[#55] added OAuth2 subscription redirect handler

This commit is contained in:
Gani Georgiev
2023-04-10 22:27:00 +03:00
parent c826514eca
commit dc72d5adee
34 changed files with 336 additions and 111 deletions
@@ -0,0 +1,9 @@
<script>
import { onMount } from "svelte";
onMount(() => {
window.close();
});
</script>
<div class="block txt-hint txt-center">Loading...</div>