style: run prettier
All checks were successful
TrafficCue CI / check (push) Successful in 1m32s
TrafficCue CI / build (push) Successful in 9m41s
TrafficCue CI / build-android (push) Successful in 30m6s

This commit is contained in:
2025-09-29 19:00:25 +02:00
parent caf29ce60f
commit 1215c2ffb8
5 changed files with 32 additions and 22 deletions

View File

@ -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>