mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-23 17:51:13 -05:00
Refactor: Update auth callback logic
This commit is contained in:
@@ -1352,6 +1352,7 @@ export type Database = {
|
||||
home_park_id: string | null
|
||||
id: string
|
||||
location_id: string | null
|
||||
oauth_provider: string | null
|
||||
park_count: number | null
|
||||
personal_location: string | null
|
||||
preferred_language: string | null
|
||||
@@ -1379,6 +1380,7 @@ export type Database = {
|
||||
home_park_id?: string | null
|
||||
id?: string
|
||||
location_id?: string | null
|
||||
oauth_provider?: string | null
|
||||
park_count?: number | null
|
||||
personal_location?: string | null
|
||||
preferred_language?: string | null
|
||||
@@ -1406,6 +1408,7 @@ export type Database = {
|
||||
home_park_id?: string | null
|
||||
id?: string
|
||||
location_id?: string | null
|
||||
oauth_provider?: string | null
|
||||
park_count?: number | null
|
||||
personal_location?: string | null
|
||||
preferred_language?: string | null
|
||||
|
||||
Reference in New Issue
Block a user