credentialAlreadyInUseErrorText property

  1. @override
String credentialAlreadyInUseErrorText
override

Error text that is show when user tries to use an OAuth provider that doesn't belong to currently signed in user account.

Implementation

@override
String get credentialAlreadyInUseErrorText =>
    "Этот поставщик связан с аккаунтом другого пользователя.";