()
| 46 | onShowLoginOptions?.(); |
| 47 | }; |
| 48 | const handleRegister = (): void => { |
| 49 | onRegister?.(); |
| 50 | }; |
| 51 | const handleProviderClick = (): void => { |
| 52 | if (!socialProvider || !onProviderClick) { |
| 53 | return; |
nothing calls this directly
no test coverage detected