mirror of
https://github.com/discourse/discourse.git
synced 2025-02-12 06:14:54 +00:00
We're going to change the default return value of the `primary_email_verified?` method of `Auth::ManagedAuthenticator` to false, so we need to explicitly define the method on authenticators to return true where it makes sense to do so. Internal topic: t/82084.