Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
Update lib/providers/secret_storage.dart
Browse files Browse the repository at this point in the history
Co-authored-by: rh-concordium <[email protected]>
  • Loading branch information
Søren Schwartz and rh-concordium authored Dec 13, 2023
1 parent 04c088d commit cc42dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/providers/secret_storage.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ abstract class SecretStorageProvider {
/// Checks if the users has set a password.
Future<bool> hasPassword();

/// From given user password validates if it is correct and unlocks
/// Validates [password] and unlocks any encrypted storages if the password is correct. Otherwise it returns false.
/// any encrypted storages.
///
/// Throws [SecretStorageException] if no password exist in storage to compare with.
Expand Down

0 comments on commit cc42dac

Please sign in to comment.