From 9f40b0b22c55302220c2d35a95f8826bc38d90fe Mon Sep 17 00:00:00 2001 From: Kitteh Date: Thu, 15 Apr 2021 14:07:28 +0100 Subject: [PATCH] Don't require any inputs on NewTOTP page. --- src/pages/NewTOTP.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pages/NewTOTP.js b/src/pages/NewTOTP.js index 558202b..d3995b3 100644 --- a/src/pages/NewTOTP.js +++ b/src/pages/NewTOTP.js @@ -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"