feat: update some errorhandling #161
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 46s

This commit is contained in:
Tim
2024-09-10 12:13:10 +02:00
parent 076eee4436
commit f4d0a15644
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
}