Skip to content

Commit

Permalink
Merge pull request #32 from spooksbit/export-bugs
Browse files Browse the repository at this point in the history
Export Bug fixes
  • Loading branch information
FireCubeStudios authored Sep 6, 2022
2 parents 39808e6 + e956b3e commit a0fcc6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TemplateApp/Services/CredentialService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ await Task.Run(async () =>
{
await CoreApplication.MainView.CoreWindow.Dispatcher.RunAsync(CoreDispatcherPriority.Normal, () =>
{
CredentialList.Clear();
foreach (var i in Vault.RetrieveAll())
{
i.RetrievePassword();
Accounts.Add(new Account() {
Name = i.UserName,
Resource = i.Resource,
Expand Down

0 comments on commit a0fcc6a

Please sign in to comment.