mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-22 04:45:46 -04:00
FIX: broken external auth
This commit is contained in:
parent
ce8a4266b6
commit
90771937f0
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class Users::OmniauthCallbacksController < ApplicationController
|
|||
@data = authenticator.after_authenticate(auth)
|
||||
@data.authenticator_name = authenticator.name
|
||||
|
||||
complete_response_data(@data)
|
||||
complete_response_data
|
||||
|
||||
respond_to do |format|
|
||||
format.html
|
||||
|
|
Loading…
Reference in a new issue