- Converting all to Typescript
- Installing 1.0.0.beta Quasar Upgrade - (Part 1 - Upgrade Components)
This commit is contained in:
@@ -11,7 +11,7 @@ export const DefaultUser = <IUserState>{
|
||||
export interface IUserState {
|
||||
userId?: string
|
||||
email?: string
|
||||
username: string
|
||||
username?: string
|
||||
idapp?: any
|
||||
password?: string
|
||||
lang?: string
|
||||
|
||||
Reference in New Issue
Block a user