redirect homepage to website in production. support lang param
This commit is contained in:
@@ -53,6 +53,7 @@ export function LanguageSelector({
|
||||
}
|
||||
|
||||
if (!userId) {
|
||||
localStorage.setItem('lang', locale);
|
||||
return i18n.changeLanguage(locale);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user