[Fix #1096] Sign in with GitHub page
This commit is contained in:
parent
7c0fdbc9f8
commit
4990595430
6 changed files with 39 additions and 3 deletions
|
@ -13,4 +13,4 @@
|
|||
%br
|
||||
|
||||
.text-center
|
||||
= link_to 'Deconnexion', '/administrations/sign_out', method: :delete
|
||||
= link_to 'Deconnexion', administrations_sign_out_path, method: :delete
|
||||
|
|
6
app/views/administrations/sessions/new.html.haml
Normal file
6
app/views/administrations/sessions/new.html.haml
Normal file
|
@ -0,0 +1,6 @@
|
|||
.super-admin.flex.justify-center
|
||||
%div
|
||||
%h2 Espace Admin
|
||||
= link_to administration_github_omniauth_authorize_path, class: "button large" do
|
||||
%span.icon.lock
|
||||
Connexion avec GitHub
|
Loading…
Add table
Add a link
Reference in a new issue