Fix missing provider param message when using Persona

This commit is contained in:
Neil Lalonde 2013-09-23 09:46:25 -07:00
parent 147887bc63
commit b06f928568
1 changed files with 1 additions and 1 deletions

View File

@ -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