1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-30 21:52:08 +02:00

fix comma bug

This commit is contained in:
diminator 2015-07-03 10:45:37 +02:00
parent b760d23813
commit ecef14b4df

View File

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