Changed login validation logic

This commit is contained in:
2024-10-08 22:34:16 +02:00
parent e610e866c7
commit 86f2510f3a
2 changed files with 21 additions and 16 deletions

View File

@ -32,9 +32,6 @@ export const useGameStore = defineStore('game', {
}
},
actions: {
setLoginMessage(message: string | null) {
this.loginMessage = message
},
addNotification(notification: Notification) {
if (!notification.id) {
notification.id = Math.random().toString(16)