mirror of
https://github.com/discourse/discourse.git
synced 2025-03-27 06:25:35 +08:00
Fix missing provider param message when using Persona
This commit is contained in:
parent
147887bc63
commit
b06f928568
@ -48,7 +48,7 @@ class Users::OmniauthCallbacksController < ApplicationController
|
||||
|
||||
respond_to do |format|
|
||||
format.html
|
||||
format.json { render json: @data }
|
||||
format.json { render json: @data.to_client_hash }
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user