mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
FIX: broken external auth
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user