暗号化パスワードの初期値をundefindに修正

This commit is contained in:
saito.k 2023-08-24 12:06:43 +09:00
parent ba371ac4c0
commit fe7581cf10

View File

@ -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,