暗号化パスワードの初期値をundefindに修正
This commit is contained in:
parent
ba371ac4c0
commit
fe7581cf10
@ -45,10 +45,10 @@ const initialState: UsersState = {
|
||||
autoRenew: true,
|
||||
licenseAlert: true,
|
||||
notification: true,
|
||||
authorId: "",
|
||||
authorId: undefined,
|
||||
encryption: false,
|
||||
prompt: false,
|
||||
encryptionPassword: "",
|
||||
encryptionPassword: undefined,
|
||||
},
|
||||
licenseAllocateUser: {
|
||||
id: 0,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user