Add SMS based password recovery support #11611
Annotations
16 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2.3.3, actions/setup-node@v2, pnpm/action-setup@v2.1.0, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2.3.3, actions/setup-node@v2, pnpm/action-setup@v2.1.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
apps/myaccount/src/components/account-recovery/account-recovery.tsx#L62
'allowedScopes' is assigned a value but never used. Allowed unused vars must match /^_/u
|
features/admin.server-configurations.v1/forms/password-recovery-form/password-recovery-form.tsx#L35
'Label' is defined but never used. Allowed unused vars must match /^_/u
|
modules/form/src/components/adapters/__DEPRECATED__adapters.tsx#L49
Member 'FieldButtonTypes' of the import declaration should be sorted alphabetically
|
modules/form/src/components/adapters/__DEPRECATED__adapters.tsx#L68
Expected blank line before this statement
|
modules/form/src/components/adapters/__DEPRECATED__adapters.tsx#L68
Unexpected 'debugger' statement
|
modules/form/src/components/adapters/__DEPRECATED__adapters.tsx#L68
Expected indentation of 4 spaces but found 0
|
modules/form/src/components/adapters/__DEPRECATED__adapters.tsx#L68
Missing semicolon
|
modules/form/src/components/adapters/__DEPRECATED__adapters.tsx#L69
Expected blank line before this statement
|
This job succeeded
Loading