Renamed Loader to Spinner, added theming and localization

This commit is contained in:
Josh
2023-04-24 19:30:23 +12:00
parent 69c688e4ea
commit 0727428716
7 changed files with 142 additions and 91 deletions

View File

@ -173,10 +173,10 @@
this.clearOTP()
}
finally {
this.$root.hideLoader();
this.$root.hideSpinner();
}
} else {
this.$root.hideLoader();
this.$root.hideSpinner();
}
},