mirror of
https://github.com/ascribe/onion.git
synced 2025-02-14 21:10:27 +01:00
Correct typo
This commit is contained in:
parent
2e8e86c62f
commit
cbe3be6faa
@ -81,7 +81,7 @@ let LoginForm = React.createClass({
|
|||||||
},
|
},
|
||||||
|
|
||||||
handleSuccess(){
|
handleSuccess(){
|
||||||
let notification = new GlobalNotificationModel('Login successsful', 'success', 10000);
|
let notification = new GlobalNotificationModel('Login successful', 'success', 10000);
|
||||||
GlobalNotificationActions.appendGlobalNotification(notification);
|
GlobalNotificationActions.appendGlobalNotification(notification);
|
||||||
|
|
||||||
// register_piece is waiting for a login success as login_container and it is wrapped
|
// register_piece is waiting for a login success as login_container and it is wrapped
|
||||||
|
Loading…
x
Reference in New Issue
Block a user