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

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