update name

This commit is contained in:
LinkLeong 2023-08-24 11:57:32 +01:00
parent 8c0b219621
commit 38c7b5a569
1 changed files with 1 additions and 1 deletions

View File

@ -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