Skip to content

Commit

Permalink
Update packages/files-ui/src/Contexts/ThresholdKeyContext.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Tanmoy Basak Anjan <tanmoy3399@gmail.com>
  • Loading branch information
FSM1 and tanmoyAtb authored Apr 8, 2021
1 parent 16e9482 commit 06b5a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/files-ui/src/Contexts/ThresholdKeyContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ const ThresholdKeyProvider = ({ children, network = "mainnet", enableLogging = f
case "facebook":
case "google":
case "github":
setLoggedinAs(t`Logged in with` + `${capitalize(loginType)} ${centerEllipsis(userInfo.userInfo.email, 4)}`)
setLoggedinAs(t`Logged in with` + ` ${capitalize(loginType)} ${centerEllipsis(userInfo.userInfo.email, 4)}`)
break
default:
setLoggedinAs(`${centerEllipsis(userInfo.publicAddress, 4)}`)
Expand Down

0 comments on commit 06b5a6f

Please sign in to comment.