From 27ef92b9bf36f437b151df13f801a504e73bddc8 Mon Sep 17 00:00:00 2001 From: kolaente Date: Fri, 20 Mar 2026 10:11:48 +0100 Subject: [PATCH] test: add TOTP fixture data for user1 --- pkg/db/fixtures/totp.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pkg/db/fixtures/totp.yml diff --git a/pkg/db/fixtures/totp.yml b/pkg/db/fixtures/totp.yml new file mode 100644 index 000000000..68da6b7fd --- /dev/null +++ b/pkg/db/fixtures/totp.yml @@ -0,0 +1,5 @@ +- id: 1 + user_id: 1 + secret: 'JBSWY3DPEHPK3PXP' + enabled: true + url: 'otpauth://totp/Vikunja:user1?secret=JBSWY3DPEHPK3PXP&issuer=Vikunja'