feat(mobile): auth added in
Some checks failed
Build and Push LST Docker Image / docker (push) Has been cancelled
Some checks failed
Build and Push LST Docker Image / docker (push) Has been cancelled
This commit is contained in:
@@ -5,6 +5,7 @@ type MobileUser = {
|
||||
name: string;
|
||||
role: "user" | "lead" | "manager" | "admin";
|
||||
excludedCommand: string[];
|
||||
scannerId: string;
|
||||
};
|
||||
|
||||
type AuthState = {
|
||||
|
||||
Reference in New Issue
Block a user