updated welsh translations
This commit is contained in:
@@ -56,7 +56,7 @@ const SignIn = (props) => {
|
||||
export async function getServerSideProps(context) {
|
||||
const csrfToken = await getCsrfToken(context);
|
||||
return {
|
||||
props: { csrfToken },
|
||||
props: { csrfToken, locale: context.locale },
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user