accessDisabledErrorText property

  1. @override
String accessDisabledErrorText
override

Used as an error message when account is blocked and user tries to perform some actions with the account (e.g. unlinking a credential).

Implementation

@override
String get accessDisabledErrorText =>
    "L'accesso a questo account รจ stato temporaneamente disabilitato";