From cc42dac4780a9c4555d2de1fe3e4330355236ea9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Schwartz?= <132270889+schwartz-concordium@users.noreply.github.com> Date: Wed, 13 Dec 2023 15:56:51 +0100 Subject: [PATCH] Update lib/providers/secret_storage.dart Co-authored-by: rh-concordium <152864167+rh-concordium@users.noreply.github.com> --- lib/providers/secret_storage.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/providers/secret_storage.dart b/lib/providers/secret_storage.dart index 532df91..d7eb77d 100644 --- a/lib/providers/secret_storage.dart +++ b/lib/providers/secret_storage.dart @@ -18,7 +18,7 @@ abstract class SecretStorageProvider { /// Checks if the users has set a password. Future 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.