feat: Fixes broken tests from adding reset-password routes / views.

This commit is contained in:
2025-01-26 21:26:26 -05:00
parent 72221a5cb3
commit 8a79ab0b02
2 changed files with 2 additions and 0 deletions

View File

@@ -240,6 +240,7 @@ extension DatabaseClient.Users {
get: { _ in User.mock },
login: { _ in User.Token.mock },
logout: { _ in },
resetPassword: { _, _ in },
token: { _ in User.Token.mock },
update: { _, _ in User.mock }
)