Skip to content

Commit

Permalink
Merge pull request #29 from niscy-eudiw/main
Browse files Browse the repository at this point in the history
Minor correction for DocumenName Certificate Selection Screen
  • Loading branch information
stzouvaras authored Nov 29, 2024
2 parents 4195786 + 4d217f9 commit fe962a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ final class CredentialSelectionViewModel<Router: RouterGraph>: ViewModel<Router,

func initiate() async {
do {
try await fetchCredentials()
try await getDocument()
try await fetchCredentials()
} catch {
setErrorState {
self.onCancel()
Expand Down

0 comments on commit fe962a8

Please sign in to comment.