Skip to content
Snippets Groups Projects
Unverified Commit 1beb0dbe authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix admin identities code

parent 7390b94d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -36,6 +36,6 @@ class Admin::IdentitiesController < Admin::ApplicationController
end
 
def identity_params
params[:identity].require(:identity).permit(:provider, :extern_uid)
params.require(:identity).permit(:provider, :extern_uid)
end
end
- page_title @user.name, "Users"
= render 'admin/users/head', page_name: 'Account'
= render 'admin/users/head'
 
.row
.col-md-6
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment