Don't require any inputs on NewTOTP page.
This commit is contained in:
parent
011696315a
commit
9f40b0b22c
|
@ -36,7 +36,6 @@ export class NewTOTPPage extends Page {
|
|||
tag: "input",
|
||||
class: ["uk-input", "uk-form-width-medium"],
|
||||
attributes: {
|
||||
required: true,
|
||||
type: "text",
|
||||
placeholder: "URI",
|
||||
name: "uri"
|
||||
|
@ -46,7 +45,6 @@ export class NewTOTPPage extends Page {
|
|||
tag: "input",
|
||||
class: ["uk-input", "uk-form-width-medium"],
|
||||
attributes: {
|
||||
required: true,
|
||||
type: "text",
|
||||
placeholder: "Key",
|
||||
name: "key"
|
||||
|
|
Loading…
Reference in a new issue