Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tidy up the `SecretService.Store()` method to move the unlock logic to the top of the function. This keeps code together - code for unlocking and code for creating the item. Reverse the test for prompting at the end of the function so it is the same as the `Delete()` method - i.e. early return for the non-prompt case. Keep code that does the same thing looking the same.
- Loading branch information