File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
auth/src/main/java/com/firebase/ui/auth/compose Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ import com.firebase.ui.auth.compose.configuration.stringprovider.AuthUIStringPro
5454 * @param stringProvider The [AuthUIStringProvider] for localized strings
5555 * @param onRetry Callback invoked when the user taps the retry action
5656 * @param onDismiss Callback invoked when the user dismisses the dialog
57- * @param onRecover Optional callback for custom recovery actions based on the exception type
5857 * @param modifier Optional [Modifier] for the dialog
58+ * @param onRecover Optional callback for custom recovery actions based on the exception type
5959 * @param properties Optional [DialogProperties] for dialog configuration
6060 *
6161 * @since 10.0.0
@@ -66,8 +66,8 @@ fun ErrorRecoveryDialog(
6666 stringProvider : AuthUIStringProvider ,
6767 onRetry : () -> Unit ,
6868 onDismiss : () -> Unit ,
69- onRecover : ((AuthException ) -> Unit )? = null,
7069 modifier : Modifier = Modifier ,
70+ onRecover : ((AuthException ) -> Unit )? = null,
7171 properties : DialogProperties = DialogProperties ()
7272) {
7373 AlertDialog (
You can’t perform that action at this time.
0 commit comments