refactor: improve ui consistency

This commit is contained in:
liyasthomas
2022-02-14 05:52:44 +05:30
parent 8b9746540f
commit e9011a6b44
41 changed files with 187 additions and 135 deletions

View File

@@ -99,7 +99,7 @@ export default {
oidcDiscoveryURL.value === "" &&
(authURL.value === "" || accessTokenURL.value === "")
) {
toast.error(`${t("complete_config_urls")}`)
toast.error(`${t("error.incomplete_config_urls")}`)
return
}
try {