Skip to content
Extraits de code Groupes Projets
Valider cfc1b427 rédigé par echarp's avatar echarp
Parcourir les fichiers

Suppression de la gestion authentification dans controller principal

parent e32e58a5
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -2,6 +2,4 @@ class ApplicationController < ActionController::Base
# Prevent CSRF attacks by raising an exception.
# For APIs, you may want to use :null_session instead.
protect_from_forgery with: :exception
#before_action :authenticate_admin_user!
end
......@@ -34,9 +34,6 @@
%header.top
%h1= link_to 'Agenda du libre', root_url
//- if admin_user_signed_in?
//- else
// = link_to t('.login'), new_user_session_path, class: :login
= yield
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter