improve login to rocket chat via websocket

This commit is contained in:
Peter Maquiran
2022-01-10 18:52:21 +01:00
parent cb5cbfab69
commit 053c6034a7
4 changed files with 69 additions and 45 deletions
+1
View File
@@ -56,6 +56,7 @@ export class UserSession {
TypeShare: number;
}[]
UserName: string
Password: string
Profile: any;
LoginPreference: 'None' | 'Password' | 'Pin' | null;
PIN: string