This commit is contained in:
nise.moe 2024-06-15 01:57:12 +02:00
parent 21a5ebda0a
commit c1a344cd1e

View File

@ -1,7 +1,10 @@
<div class="main term mb-2"> <div class="main term mb-2">
<h1 class="mb-4"># <span class="board">/neko/</span> integration</h1> <h1 class="mb-4"># <span class="board">/neko/</span> integration</h1>
<ng-container *ngIf="!this.isLoading" class="fade-stuff"> <ng-container *ngIf="this.isLoading; else body" class="fade-stuff">
loading<app-cute-loading></app-cute-loading>
</ng-container>
<ng-template #body>
<ng-container *ngIf="this.user; else createUserTemplate"> <ng-container *ngIf="this.user; else createUserTemplate">
<p>it looks look you already have a <a href="https://neko.nise.moe" target="_blank">neko.nise.moe</a> user. feel <p>it looks look you already have a <a href="https://neko.nise.moe" target="_blank">neko.nise.moe</a> user. feel
free to use it any time.</p> free to use it any time.</p>
@ -19,5 +22,5 @@
</p> </p>
<p>^ use the above credentials to login &#64; <a href="https://neko.nise.moe" target="_blank">neko.nise.moe</a> (feel free to change the password afterwards)</p> <p>^ use the above credentials to login &#64; <a href="https://neko.nise.moe" target="_blank">neko.nise.moe</a> (feel free to change the password afterwards)</p>
</ng-container> </ng-container>
</ng-container> </ng-template>
</div> </div>