fix: Redesigned user cards

This commit is contained in:
2025-05-21 19:54:37 +02:00
parent 92aaee9bcc
commit 432b4dc4e5
3 changed files with 24 additions and 1 deletions

View File

@@ -48,6 +48,10 @@ class SecurityHelper {
return false
}
}
clearAcc(userId: string) {
return this.onTimeout.delete(userId)
}
}
export default new SecurityHelper()