[#923] Removed <br> elements from auth forms, adjusted docs, minor auth settings refactoring.
This commit is contained in:
parent
47a236f753
commit
e3328bc138
4 changed files with 16 additions and 17 deletions
|
|
@ -1,5 +1,3 @@
|
|||
<br>
|
||||
<br>
|
||||
<h2>Sign in with external provider</h2>
|
||||
|
||||
<%= form_for @conn, o_auth_path(@conn, :prepare_request), [method: "get"], fn f -> %>
|
||||
|
|
|
|||
|
|
@ -7,10 +7,7 @@
|
|||
|
||||
<h2>Registration Details</h2>
|
||||
|
||||
<p>If you'd like to register a new account,
|
||||
<br>
|
||||
please provide the details below.</p>
|
||||
<br>
|
||||
<p>If you'd like to register a new account, please provide the details below.</p>
|
||||
|
||||
<%= form_for @conn, o_auth_path(@conn, :register), [], fn f -> %>
|
||||
|
||||
|
|
@ -25,9 +22,6 @@ please provide the details below.</p>
|
|||
|
||||
<%= submit "Proceed as new user", name: "op", value: "register" %>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<p>Alternatively, sign in to connect to existing account.</p>
|
||||
|
||||
<div class="input">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue