defined access check middleware, corrected login flow
This commit is contained in:
@@ -16,7 +16,7 @@ export interface IUser extends DBEntity, HasHistory, CanDeactivate {
|
||||
lastname: string
|
||||
handle: string
|
||||
email: string
|
||||
password: string
|
||||
password?: string
|
||||
}
|
||||
|
||||
export interface IUserAuth {
|
||||
|
||||
Reference in New Issue
Block a user