Attempt to fix error on login page. Ref: OwlBoard/backend#39
This commit is contained in:
parent
680fb68ce2
commit
73dd219394
@ -38,11 +38,17 @@
|
||||
isLoading = false;
|
||||
}
|
||||
|
||||
onMount(async () => {
|
||||
$: {
|
||||
if ($uuid != 'null') {
|
||||
state = 'reg'
|
||||
} else state = 'unreg'
|
||||
}
|
||||
|
||||
/* onMount(async () => {
|
||||
if ($uuid != 'null') {
|
||||
state = 'reg';
|
||||
}
|
||||
});
|
||||
});*/
|
||||
</script>
|
||||
|
||||
{#if isLoading}
|
||||
|
Loading…
Reference in New Issue
Block a user