mirror of
https://github.com/supabase/supabase.git
synced 2026-05-30 17:32:00 +08:00
global user dropdown in docs and www (#35063)
* docs: user nav dropdown * www: user dropdown nav * update menus * chore: add complete local storage allowlist * move all local-storage to common * reload after logOut * add local storage key changes from #35175 * fix errors * add more keys * fix merge bugs --------- Co-authored-by: Alaister Young <a@alaisteryoung.com>
This commit is contained in:
committed by
GitHub
parent
24afbe0497
commit
a4cfcd9b2e
@@ -3,7 +3,7 @@ import { toast } from 'sonner'
|
||||
|
||||
import { handleError, post } from 'data/fetchers'
|
||||
import type { ResponseError } from 'types'
|
||||
import { LOCAL_STORAGE_KEYS } from 'lib/constants'
|
||||
import { LOCAL_STORAGE_KEYS } from 'common'
|
||||
|
||||
export type GitHubAuthorizationCreateVariables = {
|
||||
code: string
|
||||
|
||||
Reference in New Issue
Block a user