add todo
This commit is contained in:
parent
6566cd7a68
commit
b853c0dd13
@ -2,6 +2,8 @@ from dataclasses import dataclass
|
||||
from typing import Optional
|
||||
|
||||
|
||||
# ToDo: Persist between reloads: https://rio.dev/docs/howto/persistent-settings
|
||||
# Note for ToDo: rio.UserSettings are saved LOCALLY, do not just read a user_id here!
|
||||
@dataclass(frozen=False)
|
||||
class SessionStorage:
|
||||
user_id: Optional[int] = None # DEBUG: Put user ID here to skip login
|
||||
|
||||
Loading…
Reference in New Issue
Block a user