Fix team profile auth recovery
CI - Build & Verify / Build, Typecheck & Hygiene (push) Successful in 54s
CI - Build & Verify / Deploy to award.noveria.net (push) Successful in 1m5s

This commit is contained in:
AzuTear
2026-06-26 20:06:10 +02:00
parent 47fe59c42a
commit aeade132f9
15 changed files with 237 additions and 37 deletions
@@ -9,6 +9,7 @@ import type {
HomeSelectedArchive,
HomeSelectionOption,
} from './homeModalTypes'
import type { AuthSession } from '../../types/awards'
defineProps<{
modalOpen: boolean
@@ -62,6 +63,7 @@ defineProps<{
onClosePrivacy: () => void
privacyModalStop: (event: Event) => void
accountModalOpen: boolean
session: AuthSession | null
twitchUser: string
role: string
deleteNotConfirm: boolean
@@ -136,6 +138,7 @@ defineProps<{
:on-close-privacy="onClosePrivacy"
:privacy-modal-stop="privacyModalStop"
:account-modal-open="accountModalOpen"
:session="session"
:twitch-user="twitchUser"
:role="role"
:delete-not-confirm="deleteNotConfirm"