project_provider_disabled property

String get project_provider_disabled

The chosen OAuth provider is disabled. You can enable the OAuth provider using the Appwrite console

Implementation

String get project_provider_disabled {
  return Intl.message(
    'The chosen OAuth provider is disabled. You can enable the OAuth provider using the Appwrite console',
    name: 'project_provider_disabled',
    desc: '',
    args: [],
  );
}