base structure

This commit is contained in:
ctengiz
2024-04-15 10:00:31 +03:00
parent 19d9d24530
commit 61f5f8fe04
21 changed files with 846 additions and 55 deletions

View File

@@ -8,6 +8,7 @@ export const sessionName = 'bresSession'
const defaultState = {
LoggedIn: false,
IsAdmin: false,
Token: '',
UsrKSUID: '',
UsrEmail: '',