Format ./web/backend/Infrastructure/Infrastructure.PasswordHashing

This commit is contained in:
Aaron Po
2026-06-20 15:13:02 -04:00
parent 1272a7ff40
commit e5d08c9ec8
3 changed files with 6 additions and 12 deletions

View File

@@ -19,4 +19,4 @@ public interface IPasswordInfrastructure
/// <param name="stored">The stored salt/hash string previously produced by <see cref="Hash" />.</param>
/// <returns><c>true</c> if the password matches the stored hash; otherwise <c>false</c>.</returns>
public bool Verify(string password, string stored);
}
}