diff options
Diffstat (limited to 'apps/settings/src')
-rw-r--r-- | apps/settings/src/store/authtoken.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings/src/store/authtoken.ts b/apps/settings/src/store/authtoken.ts index 399c39faae7..535d9cb32e3 100644 --- a/apps/settings/src/store/authtoken.ts +++ b/apps/settings/src/store/authtoken.ts @@ -153,6 +153,7 @@ export const useAuthTokenStore = defineStore('auth-token', { logger.debug('App token marked for wipe', { token }) token.type = TokenType.WIPING_TOKEN + token.canRename = false // wipe tokens can not be renamed return true } catch (error) { logger.error('Could not wipe app token', { error }) |