Skip to content

Commit 0920222

Browse files
fix: modal not closing during login after selecting a profile (#1429)
1 parent aab06b3 commit 0920222

File tree

1 file changed

+1
-0
lines changed
  • packages/dashboard-app/src/components/installs/modal/login

1 file changed

+1
-0
lines changed

packages/dashboard-app/src/components/installs/modal/login/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ export default function LoginModal({ next }: { next: () => void }) {
172172
next={() => {
173173
refreshAuth();
174174
setLoginState("logged in");
175+
setShowProfileTab(false);
175176
}}
176177
back={() => {
177178
setLoginState("not started");

0 commit comments

Comments
 (0)