mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 11:07:46 +00:00
LibCore: Propagate errors from LibCore::Account::login()
This commit is contained in:
parent
08dcc40aa5
commit
8fabe9a3ad
4 changed files with 9 additions and 17 deletions
|
@ -38,7 +38,7 @@ public:
|
|||
static ErrorOr<Account> from_uid(uid_t uid, Read options = Read::All);
|
||||
|
||||
bool authenticate(SecretString const& password) const;
|
||||
bool login() const;
|
||||
ErrorOr<void> login() const;
|
||||
|
||||
ErrorOr<void> create_user_temporary_directory_if_needed() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue