This commit is contained in:
Bastian Wagner
2024-08-25 20:54:40 +02:00
parent b0705dd1b8
commit 106ef7a268
3 changed files with 3 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
box-sizing: border-box; box-sizing: border-box;
margin: 0; margin: 0;
padding: 0; padding: 0;
font-family: Raleway, sans-serif;
} }
h1 { h1 {
margin-top: 24px; margin-top: 24px;

View File

@@ -44,7 +44,7 @@ export class LoginComponent {
this.toast.observe({ this.toast.observe({
loading: 'Logging in...', loading: 'Logging in...',
success: 'Logged in', success: 'Logged in',
error: 'Invalid session, please log in with' error: 'Invalid session, please log in with your credentials'
}) })
).subscribe({ ).subscribe({
next: (data) => { next: (data) => {

View File

@@ -4,6 +4,7 @@ html, body {
margin: 0; margin: 0;
padding: 0; padding: 0;
overflow: hidden; overflow: hidden;
font-family: Raleway, sans-serif;
} }
.safe { .safe {