fixup
This commit is contained in:
parent
d45e8da5c4
commit
9fc39c5322
|
@ -35,8 +35,10 @@ async function redirectToOauth () {
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function logInToInstance () {
|
export async function logInToInstance () {
|
||||||
store.set({logInToInstanceLoading: true})
|
store.set({
|
||||||
store.set({logInToInstanceError: null})
|
logInToInstanceLoading: true,
|
||||||
|
logInToInstanceError: null
|
||||||
|
})
|
||||||
try {
|
try {
|
||||||
await redirectToOauth()
|
await redirectToOauth()
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
|
|
Loading…
Reference in New Issue