@@ -238,7 +238,7 class AccountController < ApplicationController | |||
|
238 | 238 | def onthefly_creation_failed(user, auth_source_options = { }) |
|
239 | 239 | @user = user |
|
240 | 240 | session[:auth_source_registration] = auth_source_options unless auth_source_options.empty? |
|
241 |
render register |
|
|
241 | render :action => 'register' | |
|
242 | 242 | end |
|
243 | 243 | |
|
244 | 244 | def invalid_credentials |
General Comments 0
You need to be logged in to leave comments.
Login now