mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 02:09:39 +02:00
Allow entering identity codes to api user
This commit is contained in:
parent
d8828750d9
commit
000b0fc140
2 changed files with 4 additions and 1 deletions
|
@ -54,6 +54,6 @@ class Admin::ApiUsersController < AdminController
|
|||
end
|
||||
|
||||
def api_user_params
|
||||
params.require(:api_user).permit(:username, :password, :active, :registrar_id, :registrar_typeahead)
|
||||
params.require(:api_user).permit(:username, :password, :active, :registrar_id, :registrar_typeahead, :identity_code)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue