Destructure new auth fields
cgen-8a1877d7acc64e20b5578a546109244a
This commit is contained in:
parent
e10a1a94f6
commit
c403336816
1 changed files with 3 additions and 0 deletions
|
|
@ -59,6 +59,9 @@ export default function Dashboard() {
|
||||||
loading: authLoading,
|
loading: authLoading,
|
||||||
updateProfile,
|
updateProfile,
|
||||||
profileComplete,
|
profileComplete,
|
||||||
|
linkedProviders,
|
||||||
|
linkProvider,
|
||||||
|
unlinkProvider,
|
||||||
} = useAuth();
|
} = useAuth();
|
||||||
const [displayName, setDisplayName] = useState("");
|
const [displayName, setDisplayName] = useState("");
|
||||||
const [locationInput, setLocationInput] = useState("");
|
const [locationInput, setLocationInput] = useState("");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue