mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-09-18 09:31:57 +00:00
update name
This commit is contained in:
parent
8c0b219621
commit
38c7b5a569
@ -255,7 +255,7 @@ func GetRecoverStorage(c *gin.Context) {
|
|||||||
a := strings.Split(username, "@")
|
a := strings.Split(username, "@")
|
||||||
username = a[0]
|
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_id"] = onedrive.ClientID
|
||||||
dmap["client_secret"] = onedrive.ClientSecret
|
dmap["client_secret"] = onedrive.ClientSecret
|
||||||
|
Loading…
x
Reference in New Issue
Block a user