Closes issue: OwlBoard/backend#39
Still awaiting the check auth endpoint, the code only acts on a 401 response. That means that it currently will not detect if an account is expired.
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
<script lang="ts">
|
||||
import Island from '$lib/islands/island.svelte';
|
||||
|
||||
|
||||
interface resultObj {
|
||||
results: boolean,
|
||||
title: string,
|
||||
resultLines: string[]
|
||||
results: boolean;
|
||||
title: string;
|
||||
resultLines: string[];
|
||||
}
|
||||
|
||||
|
||||
export let resultObject: resultObj = {
|
||||
results: true,
|
||||
title: '',
|
||||
|
||||
Reference in New Issue
Block a user