Skip to content

Commit 066f1b8

Browse files
committed
fix: update login prompt html after changing language
1 parent 30a2eb9 commit 066f1b8

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

custom/LanguageUnderLogin.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ const coreStore = useCoreStore();
4848
watch(() => selectedLanguage.value, async (newVal) => {
4949
await setLang({ setLocaleMessage, locale }, props.meta.pluginInstanceId, newVal);
5050
coreStore.getPublicConfig();
51+
coreStore.getLoginFormConfig();
5152
});
5253
5354

package-lock.json

Lines changed: 11 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"dependencies": {
3131
"@aws-sdk/client-ses": "^3.654.0",
3232
"@sapphire/async-queue": "^1.5.5",
33-
"adminforth": "^2.4.0-next.221",
33+
"adminforth": "^2.4.0-next.246",
3434
"chokidar": "^4.0.1",
3535
"fs-extra": "^11.3.2",
3636
"iso-3166": "^4.3.0",

0 commit comments

Comments
 (0)