Skip to content

Commit

Permalink
Merge pull request #536 from R-Sourabh/#529-login-without-facility-se…
Browse files Browse the repository at this point in the history
…lection

Fixed: Users not associated with any facility will not be able to log in to the app (#529)
  • Loading branch information
ymaheshwari1 authored Dec 16, 2024
2 parents f9cf4ca + c779f37 commit d4a1e11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/store/modules/user/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ const actions: ActionTree<UserState, RootState> = {
}
} catch(err) {
logger.error("Failed to fetch facilities")
throw err
}

// Updating current facility with a default first facility when fetching facilities on login
Expand Down

0 comments on commit d4a1e11

Please sign in to comment.