This commit is contained in:
parent
e130685f8f
commit
a64989bd4d
|
|
@ -32,8 +32,8 @@ export default async function Login({
|
||||||
|
|
||||||
const { t, resources } = await initTranslations(localeString, ['translation']);
|
const { t, resources } = await initTranslations(localeString, ['translation']);
|
||||||
// 打印翻译内容确认是否正常加载
|
// 打印翻译内容确认是否正常加载
|
||||||
console.log("...............localeString: ", {localeString});
|
// console.log("...............localeString: ", {localeString});
|
||||||
console.log("Translation for login.email: ", t("login.email"));
|
// console.log("Translation for login.email: ", t("login.email"));
|
||||||
|
|
||||||
|
|
||||||
const supabase = createServerClient<Database>(
|
const supabase = createServerClient<Database>(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue