1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-30 05:31:58 +02: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:
Tim Daubenschütz 2015-07-10 13:54:36 +02:00
commit fa6e522222

View File

@ -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