Skip to content

Commit

Permalink
Update OTP imports
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Nov 19, 2024
1 parent 0d811b8 commit fa820c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion auth-otp/Sources/App/Controllers/TOTPController.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Foundation
import Hummingbird
import HummingbirdAuth
import OTP
import HummingbirdOTP

struct TOTPVerificationSession: Codable {
let secret: String
Expand Down
2 changes: 1 addition & 1 deletion sessions/Sources/App/Models/User.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
//
//===----------------------------------------------------------------------===//

import Bcrypt
import FluentKit
import Foundation
import Hummingbird
import HummingbirdAuth
import HummingbirdBasicAuth
import HummingbirdBcrypt
import NIOPosix

/// Database description of a user
Expand Down

0 comments on commit fa820c8

Please sign in to comment.