[#4177] added graceful OAuth2 redirect error handling
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<script>
|
||||
import { onMount } from "svelte";
|
||||
|
||||
onMount(() => {
|
||||
window.close();
|
||||
});
|
||||
</script>
|
||||
|
||||
<div class="content txt-hint txt-center p-base">
|
||||
<h3 class="m-b-sm">Auth failed.</h3>
|
||||
<h5>You can close this window and go back to the app to try again.</h5>
|
||||
</div>
|
||||
Reference in New Issue
Block a user