Use slim layout for OAuth pages too
This commit is contained in:
parent
f272381828
commit
6edbcc12df
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
class OauthController < ApplicationController
|
||||
layout 'site'
|
||||
layout 'slim'
|
||||
|
||||
before_filter :authorize_web, :only => [:oauthorize, :revoke]
|
||||
before_filter :set_locale, :only => [:oauthorize, :revoke]
|
||||
|
|
Loading…
Add table
Reference in a new issue