projects
/
lemmy-ui.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67365d5
)
Fixing site setup. Fixes #1694 (#1697)
author
Dessalines
<dessalines@users.noreply.github.com>
Thu, 29 Jun 2023 13:04:09 +0000
(09:04 -0400)
committer
GitHub
<noreply@github.com>
Thu, 29 Jun 2023 13:04:09 +0000
(09:04 -0400)
src/shared/components/home/setup.tsx
patch
|
blob
|
history
diff --git
a/src/shared/components/home/setup.tsx
b/src/shared/components/home/setup.tsx
index bed1262038eb2a098724e07405c0ece852e1a520..966e6d492fc5e202df2c9abeeb1094b89f5260f2 100644
(file)
--- a/
src/shared/components/home/setup.tsx
+++ b/
src/shared/components/home/setup.tsx
@@
-205,9
+205,7
@@
export class Setup extends Component<any, State> {
const data = i.state.registerRes.data;
UserService.Instance.login(data);
- if (UserService.Instance.jwtInfo) {
- i.setState({ doneRegisteringUser: true });
- }
+ i.setState({ doneRegisteringUser: true });
}
}
}