Skip to content

Commit 38c7b5a

Browse files
committed
update name
1 parent 8c0b219 commit 38c7b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

route/v1/recover.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ func GetRecoverStorage(c *gin.Context) {
255255
a := strings.Split(username, "@")
256256
username = a[0]
257257
}
258-
username += "_dropbox_" + strconv.FormatInt(time.Now().Unix(), 10)
258+
username += "_onedrive_" + strconv.FormatInt(time.Now().Unix(), 10)
259259

260260
dmap["client_id"] = onedrive.ClientID
261261
dmap["client_secret"] = onedrive.ClientSecret

0 commit comments

Comments
 (0)