Skip to content

Commit 16ffdd4

Browse files
authored
fix(auth): add missing @MainActor (#684)
1 parent 5bfc4b5 commit 16ffdd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/Auth/AuthClient.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ public actor AuthClient {
181181
}
182182
}
183183
#else
184+
@MainActor
184185
private func observeAppLifecycleChanges() {
185186
// no-op
186187
}

0 commit comments

Comments
 (0)