diff options
Diffstat (limited to 'internal/db/two_factors.go')
-rw-r--r-- | internal/db/two_factors.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/db/two_factors.go b/internal/db/two_factors.go index 6125dda7..741a2ff7 100644 --- a/internal/db/two_factors.go +++ b/internal/db/two_factors.go @@ -21,8 +21,6 @@ import ( ) // TwoFactorsStore is the persistent interface for 2FA. -// -// NOTE: All methods are sorted in alphabetical order. type TwoFactorsStore interface { // Create creates a new 2FA token and recovery codes for given user. The "key" // is used to encrypt and later decrypt given "secret", which should be |