mirror of
https://github.com/ascribe/onion.git
synced 2025-01-09 13:21:44 +01:00
Merge branch 'AD-551-work-on-burn-down-list' of bitbucket.org:ascribe/onion into AD-551-work-on-burn-down-list
This commit is contained in:
commit
fa6e522222
@ -81,7 +81,7 @@ let LoginForm = React.createClass({
|
||||
},
|
||||
|
||||
handleSuccess(){
|
||||
let notification = new GlobalNotificationModel('Login successsful', 'success', 10000);
|
||||
let notification = new GlobalNotificationModel('Login successful', 'success', 10000);
|
||||
GlobalNotificationActions.appendGlobalNotification(notification);
|
||||
|
||||
// register_piece is waiting for a login success as login_container and it is wrapped
|
||||
|
Loading…
Reference in New Issue
Block a user