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",
|
tag: "input",
|
||||||
class: ["uk-input", "uk-form-width-medium"],
|
class: ["uk-input", "uk-form-width-medium"],
|
||||||
attributes: {
|
attributes: {
|
||||||
required: true,
|
|
||||||
type: "text",
|
type: "text",
|
||||||
placeholder: "URI",
|
placeholder: "URI",
|
||||||
name: "uri"
|
name: "uri"
|
||||||
|
@ -46,7 +45,6 @@ export class NewTOTPPage extends Page {
|
||||||
tag: "input",
|
tag: "input",
|
||||||
class: ["uk-input", "uk-form-width-medium"],
|
class: ["uk-input", "uk-form-width-medium"],
|
||||||
attributes: {
|
attributes: {
|
||||||
required: true,
|
|
||||||
type: "text",
|
type: "text",
|
||||||
placeholder: "Key",
|
placeholder: "Key",
|
||||||
name: "key"
|
name: "key"
|
||||||
|
|
Loading…
Reference in a new issue