mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: update access token ui
This commit is contained in:
@ -7,3 +7,7 @@ import (
|
||||
func getUserSettingCacheKey(userID int32, key string) string {
|
||||
return fmt.Sprintf("%d-%s", userID, key)
|
||||
}
|
||||
|
||||
func getUserSettingV1CacheKey(userID int32, key string) string {
|
||||
return fmt.Sprintf("%d-%s-v1", userID, key)
|
||||
}
|
||||
|
Reference in New Issue
Block a user