turned off loading in confirmation page (#3973)

This commit is contained in:
Midhun G S 2022-09-08 14:54:42 +05:30 committed by GitHub
parent 421a0b865e
commit 0471b72fc4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,7 @@ class ConfirmationPage extends React.Component {
componentDidMount() {
if (this.single_organization) {
this.setState({ isGettingConfigs: false });
return;
}
authenticationService.deleteLoginOrganizationId();