CreateImageWizard: don't obscure activation key
Activation key was previously obscured by stars, instead just show it (both in the input and in the review step) as it isn't secret.
This commit is contained in:
parent
054a8d1752
commit
c6f74efcb3
3 changed files with 3 additions and 2 deletions
|
|
@ -47,7 +47,7 @@ export default (user) => ({
|
|||
name: 'subscription-activation',
|
||||
'data-testid': 'subscription-activation',
|
||||
required: true,
|
||||
type: 'password',
|
||||
type: 'text',
|
||||
label: 'Activation key',
|
||||
condition: {
|
||||
or: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue