We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c0b219 commit 38c7b5aCopy full SHA for 38c7b5a
route/v1/recover.go
@@ -255,7 +255,7 @@ func GetRecoverStorage(c *gin.Context) {
255
a := strings.Split(username, "@")
256
username = a[0]
257
}
258
- username += "_dropbox_" + strconv.FormatInt(time.Now().Unix(), 10)
+ username += "_onedrive_" + strconv.FormatInt(time.Now().Unix(), 10)
259
260
dmap["client_id"] = onedrive.ClientID
261
dmap["client_secret"] = onedrive.ClientSecret
0 commit comments