Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
metalurgical committed Jan 15, 2025
1 parent 16fe36e commit c810995
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import MpcProviderSwift
import web3
import UIKit

class MainViewModel: ObservableObject {
@MainActor class MainViewModel: ObservableObject {
@Published var isLoggedIn: Bool = false
@Published var isRecoveryRequired: Bool = false
@Published var factorPubs: [String] = []
Expand Down Expand Up @@ -196,7 +196,7 @@ class MainViewModel: ObservableObject {
)

try await login()

self.isRecoveryRequired.toggle()
} catch let error {
print(error.localizedDescription)
Expand Down

0 comments on commit c810995

Please sign in to comment.