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() {
|
getDefaultProps() {
|
||||||
return {
|
return {
|
||||||
message: getLangText('Log in to') + ' ascribe ...'
|
message: getLangText('Log in to') + ' ascribe ...',
|
||||||
redirectOnLoggedIn: true,
|
redirectOnLoggedIn: true,
|
||||||
redirectOnLoginSuccess: true
|
redirectOnLoginSuccess: true
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user