mirror of
https://github.com/flarum/core.git
synced 2025-07-26 03:01:22 +02:00
Update for composer branch
This commit is contained in:
@@ -13,17 +13,17 @@ export default class PusherSettingsModal extends SettingsModal {
|
||||
return [
|
||||
<div className="Form-group">
|
||||
<label>App ID</label>
|
||||
<input className="FormControl" bidi={this.setting('pusher.app_id')}/>
|
||||
<input className="FormControl" bidi={this.setting('flarum-pusher.app_id')}/>
|
||||
</div>,
|
||||
|
||||
<div className="Form-group">
|
||||
<label>App Key</label>
|
||||
<input className="FormControl" bidi={this.setting('pusher.app_key')}/>
|
||||
<input className="FormControl" bidi={this.setting('flarum-pusher.app_key')}/>
|
||||
</div>,
|
||||
|
||||
<div className="Form-group">
|
||||
<label>App Secret</label>
|
||||
<input className="FormControl" bidi={this.setting('pusher.app_secret')}/>
|
||||
<input className="FormControl" bidi={this.setting('flarum-pusher.app_secret')}/>
|
||||
</div>
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user