Change default brand to Riot

& update sample config
This commit is contained in:
David Baker 2016-10-04 10:23:38 +01:00
parent 602727b7ad
commit 6b4dbfbd62
2 changed files with 2 additions and 2 deletions

View file

@ -119,7 +119,7 @@ module.exports = React.createClass({
var emailPusherPromise;
if (event.target.checked) {
var data = {}
data['brand'] = this.props.brand || 'Vector';
data['brand'] = this.props.brand || 'Riot';
emailPusherPromise = UserSettingsStore.addEmailPusher(address, data);
} else {
var emailPusher = UserSettingsStore.getEmailPusher(this.state.pushers, address);