This commit is contained in:
@@ -11,6 +11,7 @@ export interface OaSession {
|
||||
deptId: number | null
|
||||
title: string | null
|
||||
email: string | null
|
||||
roles: string[]
|
||||
}
|
||||
|
||||
/** POST /auth/login -> stores the token and returns the session. */
|
||||
|
||||
Reference in New Issue
Block a user