* using landing layout because the default one is broken when built for precompiled assets

This commit is contained in:
Seth Call 2013-09-08 02:59:06 +00:00
parent e34f150ece
commit e4aecaf7be
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ class SessionsController < ApplicationController
authorization.save
end
render 'oauth_complete'
render 'oauth_complete', render :layout => "landing"
end
def complete_sign_in(user)