mirror of
https://github.com/ascribe/onion.git
synced 2025-01-22 23:56:53 +01:00
Correct typo
This commit is contained in:
parent
2e8e86c62f
commit
cbe3be6faa
@ -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