Skip to content
Extraits de code Groupes Projets
Valider b746a931 rédigé par Eugen Rochko's avatar Eugen Rochko
Parcourir les fichiers

Fix OAuth authorization redirect

parent abb8f583
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
code {
font-family: 'Roboto Mono', monospace;
font-weight: 400;
}
.form-container { .form-container {
max-width: 400px; max-width: 400px;
padding: 20px; padding: 20px;
...@@ -85,18 +90,6 @@ ...@@ -85,18 +90,6 @@
} }
} }
code {
display: block;
font-family: 'Roboto Mono', monospace;
font-weight: 400;
font-size: 12px;
margin-top: 20px;
background: #282c37;
border-radius: 4px;
padding: 2px;
word-wrap: break-word;
}
.actions { .actions {
margin-top: 30px; margin-top: 30px;
} }
......
class Oauth::AuthorizationsController < Doorkeeper::AuthorizationsController class Oauth::AuthorizationsController < Doorkeeper::AuthorizationsController
skip_before_action :authenticate_resource_owner!
before_action :store_current_location before_action :store_current_location
before_action :authenticate_resource_owner!
private private
......
%code= params[:code] .flash-message
%code= params[:code]
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