mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-22 04:45:46 -04:00
Fix missing provider param message when using Persona
This commit is contained in:
parent
147887bc63
commit
b06f928568
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue