panel-auth-fixes
Some checks failed
Deploy on push / deploy (push) Failing after 5s

This commit is contained in:
2025-07-25 09:46:52 +03:00
parent 0bccd0d87e
commit 243367134b
3 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,6 @@ export const ADMIN_LOGOUT_MUTATION = `
mutation AdminLogout {
logout {
success
message
}
}
`