Skip to content

Commit

Permalink
update name
Browse files Browse the repository at this point in the history
  • Loading branch information
LinkLeong committed Aug 24, 2023
1 parent 8c0b219 commit 38c7b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion route/v1/recover.go
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ func GetRecoverStorage(c *gin.Context) {
a := strings.Split(username, "@")
username = a[0]
}
username += "_dropbox_" + strconv.FormatInt(time.Now().Unix(), 10)
username += "_onedrive_" + strconv.FormatInt(time.Now().Unix(), 10)

dmap["client_id"] = onedrive.ClientID
dmap["client_secret"] = onedrive.ClientSecret
Expand Down

0 comments on commit 38c7b5a

Please sign in to comment.