Changed login validation logic
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user