Skip to content

Commit

Permalink
Fixed: Users not associated with any facility will not be able to log…
Browse files Browse the repository at this point in the history
… in to the app (#529)
  • Loading branch information
R-Sourabh committed Dec 11, 2024
1 parent 5617318 commit c779f37
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 c779f37

Please sign in to comment.