We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7b4e5c commit 28702b0Copy full SHA for 28702b0
src/ui/pages/Login.page.tsx
@@ -23,7 +23,8 @@ export function LoginPage() {
23
givenName?: string;
24
surname?: string;
25
};
26
- if (!me.givenName || !me.surname) {
+ // if (!me.givenName || !me.surname) {
27
+ if (false) {
28
setLoginStatus(null);
29
navigate(`/profile?firstTime=true${returnTo ? `&returnTo=${returnTo}` : ''}`);
30
} else {
0 commit comments