test: add TOTP fixture data for user1

This commit is contained in:
kolaente 2026-03-20 10:11:48 +01:00 committed by kolaente
parent b7a1408098
commit 27ef92b9bf
1 changed files with 5 additions and 0 deletions

5
pkg/db/fixtures/totp.yml Normal file
View File

@ -0,0 +1,5 @@
- id: 1
user_id: 1
secret: 'JBSWY3DPEHPK3PXP'
enabled: true
url: 'otpauth://totp/Vikunja:user1?secret=JBSWY3DPEHPK3PXP&issuer=Vikunja'