1
0
Fork 0

Don't require any inputs on NewTOTP page.

This commit is contained in:
Kitteh 2021-04-15 14:07:28 +01:00
parent 011696315a
commit 9f40b0b22c

View file

@ -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"