spiderly 19.8.3 → 19.8.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -29,5 +29,5 @@ export declare class SpiderlyLoginComponent extends BaseFormComponent implements
|
|
|
29
29
|
initLoginFormGroup(model: Login): void;
|
|
30
30
|
sendLoginVerificationEmail(): void;
|
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<SpiderlyLoginComponent, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SpiderlyLoginComponent, "spiderly-login", never, { "providerIcons": { "alias": "providerIcons"; "required": false; }; }, {}, never,
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpiderlyLoginComponent, "spiderly-login", never, { "providerIcons": { "alias": "providerIcons"; "required": false; }; }, {}, never, ["[loginExtra]"], true, never>;
|
|
33
33
|
}
|
|
@@ -10,5 +10,6 @@ export declare const ApiErrorCodes: {
|
|
|
10
10
|
readonly ConcurrencyConflict: "concurrency_conflict";
|
|
11
11
|
readonly EmailNotVerified: "email_not_verified";
|
|
12
12
|
readonly ExternalProviderNotConfigured: "external_provider_not_configured";
|
|
13
|
+
readonly ExternalEmailMissing: "external_email_missing";
|
|
13
14
|
};
|
|
14
15
|
export type ApiErrorCode = (typeof ApiErrorCodes)[keyof typeof ApiErrorCodes];
|