mirror of
https://github.com/flarum/core.git
synced 2025-07-30 21:20:24 +02: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:
11
less/forum/LogInButton.less
Normal file
11
less/forum/LogInButton.less
Normal file
@@ -0,0 +1,11 @@
|
||||
.LogInButton {
|
||||
&:extend(.Button--block);
|
||||
}
|
||||
.LogInButtons {
|
||||
width: 200px;
|
||||
margin: 0 auto 20px;
|
||||
|
||||
.LogInButton {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user