This repository was archived by the owner on Feb 5, 2025. It is now read-only.
Commit 2e8f7d3
committed
Allow host app to override login error UI in GetStartedViewController
This reverts some of the changes in 3b46ba8. That commit removed the ability for
the host app to override errors.
I'm applying it a bit differently here though. There was a condition added in
5cadb62 which automatically added an error dialog if the
`WordPressAuthenticator.shared.configuration.enableSignUp` is `false`. The
`sendEmail` is no longer called so I'm adding the override directly in `handleLoginError()`.1 parent 040768d commit 2e8f7d3
File tree
1 file changed
+16
-1
lines changed- WordPressAuthenticator/Unified Auth/View Related/Get Started
1 file changed
+16
-1
lines changedLines changed: 16 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
408 | 408 | | |
409 | 409 | | |
410 | 410 | | |
411 | | - | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
412 | 427 | | |
413 | 428 | | |
414 | 429 | | |
| |||
0 commit comments