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|
|
respond_to do |format|
|
||||||
format.html
|
format.html
|
||||||
format.json { render json: @data }
|
format.json { render json: @data.to_client_hash }
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue