Socket connection now works
- Pairing a new device works (I did a lot since the last commit)
This commit is contained in:
@@ -12,7 +12,5 @@ export interface IUser extends Document {
|
||||
salt: string,
|
||||
type: UserType,
|
||||
lastLogin: Date,
|
||||
twoFASecret?: string,
|
||||
brokerToken: string,
|
||||
createdAt?: Date
|
||||
twoFASecret?: string
|
||||
}
|
||||
Reference in New Issue
Block a user