mirror of
https://github.com/ascribe/onion.git
synced 2025-02-14 21:10:27 +01:00
fix comma bug
This commit is contained in:
parent
b760d23813
commit
ecef14b4df
@ -30,7 +30,7 @@ let LoginContainer = React.createClass({
|
||||
|
||||
getDefaultProps() {
|
||||
return {
|
||||
message: getLangText('Log in to') + ' ascribe ...'
|
||||
message: getLangText('Log in to') + ' ascribe ...',
|
||||
redirectOnLoggedIn: true,
|
||||
redirectOnLoginSuccess: true
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user