mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-27 02:04:33 +08:00
fix typo
This commit is contained in:
parent
9199f287ba
commit
e66eab7f57
1 changed files with 1 additions and 1 deletions
|
@ -499,7 +499,7 @@ Rails.application.routes.draw do
|
|||
post 'avatar_signature' => 'users/registrations#signature'
|
||||
get 'users/auth_token_sign_in' => 'users/sessions#auth_token_create'
|
||||
get 'users/sign_up_provider' => 'users/registrations#new_with_provider'
|
||||
get 'users/completesign_up_provider' =>
|
||||
get 'users/complete_sign_up_provider' =>
|
||||
'users/registrations#create_with_provider'
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue