Use slim layout for OAuth pages too

This commit is contained in:
Andy Allan 2011-03-21 16:18:17 +00:00 committed by Tom Hughes
parent f272381828
commit 6edbcc12df

View file

@ -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]