Skip to content

Commit

Permalink
fix(startup): incorrect display of congregation create window
Browse files Browse the repository at this point in the history
  • Loading branch information
rhahao committed Dec 10, 2024
1 parent c36d1ba commit 60862d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/features/app_start/vip/startup/useStartup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ const useStartup = () => {

if (
isAuthenticated &&
congName.length === 0 &&
(remoteMasterKey.length === 0 || remoteAccessCode.length === 0)
) {
setCongID(result.cong_id);
Expand Down

0 comments on commit 60862d9

Please sign in to comment.