mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 03:18:23 +00:00
65f57a4d05
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.