mirror of
https://github.com/flarum/framework.git
synced 2025-05-23 15:19:56 +08:00
Add external authenticator (social login) API
Allows registrations to be completed with a pre-confirmed email address and no password.
This commit is contained in:
@ -30,6 +30,7 @@ export default class EditCustomCssModal extends Modal {
|
||||
<div className="Form-group">
|
||||
{Button.component({
|
||||
className: 'Button Button--primary',
|
||||
type: 'submit',
|
||||
children: 'Save Changes',
|
||||
loading: this.loading
|
||||
})}
|
||||
|
Reference in New Issue
Block a user