{" "}
-
+
{t("auth:auth-return-home-link-label")}
@@ -61,7 +64,7 @@ const SignIn = (props) => {
export async function getServerSideProps(context) {
const csrfToken = await getCsrfToken(context);
return {
- props: { csrfToken, locale: context.locale },
+ props: { csrfToken, locale: context.locale }
};
}