* using landing layout because the default one is broken when built for precompiled assets
This commit is contained in:
parent
e34f150ece
commit
e4aecaf7be
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue