Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
baurine committed Nov 11, 2020
1 parent a346e0d commit 684db55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/dashboardApp/layout/signin/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ function useSignInSubmit(
singleSpa.navigateToUrl(successRoute)
} catch (e) {
if (!e.handled) {
setError(t('signin.message.error', { msg: e.message }))
setError(t('signin.message.error', { msg: e.msg }))
onFailure()
}
} finally {
Expand Down

0 comments on commit 684db55

Please sign in to comment.