fix: add cert claim logic for legacy cert
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
c2ffd6471b
commit
bc099d4971
@@ -316,7 +316,7 @@ export const reducer = handleActions(
|
||||
}
|
||||
};
|
||||
},
|
||||
[settingsTypes.updateLegacyCertificateComplete]: (state, { payload }) => {
|
||||
[settingsTypes.updateLegacyCertComplete]: (state, { payload }) => {
|
||||
const { appUsername } = state;
|
||||
return {
|
||||
...state,
|
||||
|
Reference in New Issue
Block a user