This commit is contained in:
Artem Tsyrulnikov
2026-01-09 13:11:32 +03:00
parent 9fbb6fdbbf
commit a0b12dbcca
10 changed files with 257 additions and 119 deletions

View File

@@ -17,6 +17,6 @@ type State interface {
}
type Session struct {
UserName string
JWT string
FirstName string
JWT string
}