mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 00:42:04 +02:00
Registrar: auth info partially visible #2587
This commit is contained in:
parent
de7a51df63
commit
6d63121515
4 changed files with 9 additions and 8 deletions
|
@ -7,7 +7,8 @@
|
|||
%dd= @contact.code
|
||||
|
||||
%dt= t(:password)
|
||||
%dd= @contact.auth_info
|
||||
%dd
|
||||
= text_field_tag :auth_info, @contact.auth_info, readonly: true, class: 'partially-hidden'
|
||||
|
||||
%br
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue