feat: update some errorhandling #161

This commit is contained in:
2024-09-10 12:13:10 +02:00
parent 37c3b2a780
commit 80ab17276e
7 changed files with 99 additions and 45 deletions

View File

@@ -7,5 +7,4 @@ type User struct {
Email string
SessionId string
EmailVerified bool
SessionValid bool
}