-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat : add pages for getting License key from user #200
Conversation
[casa-base] Kudos, SonarCloud Quality Gate passed! |
5f27e40
to
34695c3
Compare
@@ -21,6 +28,48 @@ export default function licenseReducer(state = INIT_STATE, action) { | |||
...state, | |||
islicenseCheckResultLoaded: false, | |||
} | |||
case ACTIVATE_CHECK_USER_API: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove the redundant code (if any).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one is used to start loading and clearing error on API call.
[flex_admin_ui] SonarCloud Quality Gate failed. |
#187
Add 2 pages for getting APIKEY and License Key from first time user.