style: run prettier
This commit is contained in:
@ -20,7 +20,7 @@
|
||||
alert("State mismatch. Please try again.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
const token = await getOIDCUser(code, codeVerifier);
|
||||
localStorage.setItem("lnv-id", token.id_token);
|
||||
localStorage.setItem("lnv-token", token.access_token);
|
||||
@ -31,5 +31,5 @@
|
||||
onMount(async () => {
|
||||
await login();
|
||||
location.href = "/";
|
||||
})
|
||||
</script>
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user