#6098 - Show Toast when copy token #141

Merged
jsegarra merged 6 commits from 6098_lilium_token_copy into dev 2024-01-03 10:44:29 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit c4cf9842cb - Show all commits

View File

@ -24,6 +24,7 @@ const userLocale = computed({
value = localeEquivalence[value] ?? value
try {
/* @vite-ignore */
import(`../../node_modules/quasar/lang/${value}.mjs`).then((lang) => {
Quasar.lang.set(lang.default);
});