Created auth module. Created Visitor auth guard for non-logged in users.

This commit is contained in:
Tom
2025-01-07 17:56:11 +00:00
parent 96441946b6
commit 11dfde9a03
20 changed files with 144 additions and 103 deletions

View File

@@ -0,0 +1,21 @@
<div class="login">
<div></div>
<mat-card class="outer" appearance="outlined">
<mat-card-header>
<h1>Login</h1>
</mat-card-header>
<mat-card-content>
<p>Log in with your favorite livestream service</p>
<a>
<mat-card appearance="outlined" (click)="login()">
<mat-card-content>
Twitch
</mat-card-content>
</mat-card>
</a>
</mat-card-content>
</mat-card>
<div></div>
</div>