Skip to content

Commit 5c84e32

Browse files
fix: make sendEmailVerification public
1 parent efa29b4 commit 5c84e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseSwiftUI/FirebaseAuthSwiftUI/Sources/Services/AuthService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ public final class AuthService {
264264
}
265265
}
266266

267-
func sendEmailVerification() async throws {
267+
public func sendEmailVerification() async throws {
268268
do {
269269
if let user = currentUser {
270270
// Requires running on MainActor as passing to sendEmailVerification() which is non-isolated

0 commit comments

Comments
 (0)