Skip to content
This repository has been archived by the owner on Sep 25, 2018. It is now read-only.

Commit

Permalink
plumbing to make auth0-less users work in the website (#2398)
Browse files Browse the repository at this point in the history
* [www] plumbing to make auth0-less users work in the website

* [www] fix and separate verification-email feature

* [snack] nickname->username

* [www] fix plubming, expo admin

* [xde] fix toolbar nickname -> username

* [snack] nickname -> username

* [www] deprecate nickname, support it going backwards

* [www] nickname -> username

* [www] fix flow errors

fbshipit-source-id: 7473327
  • Loading branch information
quinlanj authored and expbot committed May 5, 2018
1 parent 4e4723e commit 9570cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/toolbar/ToolBar.js
Expand Up @@ -71,7 +71,7 @@ const mapStateToProps = (state, props) => {

class ToolBar extends React.Component {
static data = ({ auth }: AppState) => ({
userName: auth.user && auth.user.nickname,
userName: auth.user && auth.user.username,
});

props: Props;
Expand Down

0 comments on commit 9570cd4

Please sign in to comment.