@keycloakify/angular 0.0.1-rc.2 → 0.0.1-rc.3

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.
Files changed (145) hide show
  1. package/login/components/add-remove-buttons-multi-valued-attribute/add-remove-buttons-multi-valued-attribute.component.mjs +3 -3
  2. package/login/components/field-errors/field-errors.component.mjs +3 -3
  3. package/login/components/group-label/group-label.component.mjs +3 -3
  4. package/login/components/input-field-by-type/input-field-by-type.component.mjs +4 -11
  5. package/login/components/input-tag/input-tag.component.mjs +3 -3
  6. package/login/components/input-tag-selects/input-tag-selects.component.mjs +3 -3
  7. package/login/components/logout-other-sessions/logout-other-sessions.component.mjs +3 -3
  8. package/login/components/password-wrapper/password-wrapper.component.mjs +3 -3
  9. package/login/components/select-tag/select-tag.component.mjs +3 -3
  10. package/login/components/textarea-tag/textarea-tag.component.mjs +3 -3
  11. package/login/components/user-profile-form-fields/user-profile-form-fields.component.mjs +4 -11
  12. package/login/containers/template.component.mjs +4 -5
  13. package/login/pages/code/code.component.mjs +3 -3
  14. package/login/pages/delete-account-confirm/delete-account-confirm.component.mjs +3 -3
  15. package/login/pages/delete-credential/delete-credential.component.mjs +3 -3
  16. package/login/pages/error/error.component.mjs +3 -3
  17. package/login/pages/frontchannel-logout/frontchannel-logout.component.mjs +3 -3
  18. package/login/pages/idp-review-user-profile/idp-review-user-profile.component.mjs +4 -9
  19. package/login/pages/info/info.component.mjs +3 -3
  20. package/login/pages/login/login.component.mjs +5 -15
  21. package/login/pages/login-config-totp/login-config-totp.component.mjs +4 -11
  22. package/login/pages/login-idp-link-confirm/login-idp-link-confirm.component.mjs +3 -3
  23. package/login/pages/login-idp-link-confirm-override/login-idp-link-confirm-override.component.mjs +3 -3
  24. package/login/pages/login-idp-link-email/login-idp-link-email.component.mjs +3 -3
  25. package/login/pages/login-oauth-grant/login-oauth-grant.component.mjs +3 -3
  26. package/login/pages/login-oauth2-device-verify-user-code/login-oauth2-device-verify-user-code.component.mjs +3 -3
  27. package/login/pages/login-otp/login-otp.component.mjs +3 -3
  28. package/login/pages/login-page-expired/login-page-expired.component.mjs +3 -3
  29. package/login/pages/login-passkeys-conditional-authenticate/login-passkeys-conditional-authenticate.component.mjs +3 -3
  30. package/login/pages/login-password/login-password.component.mjs +4 -10
  31. package/login/pages/login-recovery-authn-code-config/login-recovery-authn-code-config.component.mjs +4 -9
  32. package/login/pages/login-recovery-authn-code-input/login-recovery-authn-code-input.component.mjs +3 -3
  33. package/login/pages/login-reset-otp/login-reset-otp.component.mjs +3 -3
  34. package/login/pages/login-reset-password/login-reset-password.component.mjs +3 -3
  35. package/login/pages/login-update-password/login-update-password.component.mjs +4 -11
  36. package/login/pages/login-update-profile/login-update-profile.component.mjs +4 -9
  37. package/login/pages/login-username/login-username.component.mjs +5 -14
  38. package/login/pages/login-verify-email/login-verify-email.component.mjs +3 -3
  39. package/login/pages/login-x509-info/login-x509-info.component.mjs +3 -3
  40. package/login/pages/logout-confirm/logout-confirm.component.mjs +3 -3
  41. package/login/pages/register/register.component.mjs +3 -3
  42. package/login/pages/saml-post-form/saml-post-form.component.mjs +3 -3
  43. package/login/pages/select-authenticator/select-authenticator.component.mjs +4 -10
  44. package/login/pages/terms/terms.component.mjs +3 -3
  45. package/login/pages/update-email/update-email.component.mjs +4 -10
  46. package/login/pages/webauthn-authenticate/webauthn-authenticate.component.mjs +4 -10
  47. package/login/pages/webauthn-error/webauthn-error.component.mjs +4 -9
  48. package/login/pages/webauthn-register/webauthn-register.component.mjs +4 -9
  49. package/package.json +5 -5
  50. package/src/login/components/add-remove-buttons-multi-valued-attribute/add-remove-buttons-multi-valued-attribute.component.html +19 -19
  51. package/src/login/components/add-remove-buttons-multi-valued-attribute/add-remove-buttons-multi-valued-attribute.component.ts +2 -12
  52. package/src/login/components/field-errors/field-errors.component.html +10 -10
  53. package/src/login/components/field-errors/field-errors.component.ts +1 -7
  54. package/src/login/components/group-label/group-label.component.html +25 -25
  55. package/src/login/components/group-label/group-label.component.ts +1 -8
  56. package/src/login/components/input-field-by-type/input-field-by-type.component.html +57 -57
  57. package/src/login/components/input-field-by-type/input-field-by-type.component.ts +3 -21
  58. package/src/login/components/input-tag/input-tag.component.html +41 -45
  59. package/src/login/components/input-tag/input-tag.component.ts +2 -13
  60. package/src/login/components/input-tag-selects/input-tag-selects.component.html +22 -22
  61. package/src/login/components/input-tag-selects/input-tag-selects.component.ts +3 -17
  62. package/src/login/components/logout-other-sessions/logout-other-sessions.component.html +15 -15
  63. package/src/login/components/password-wrapper/password-wrapper.component.html +13 -13
  64. package/src/login/components/password-wrapper/password-wrapper.component.ts +2 -15
  65. package/src/login/components/select-tag/select-tag.component.html +26 -26
  66. package/src/login/components/select-tag/select-tag.component.ts +4 -19
  67. package/src/login/components/textarea-tag/textarea-tag.component.html +13 -15
  68. package/src/login/components/textarea-tag/textarea-tag.component.ts +2 -12
  69. package/src/login/components/user-profile-form-fields/user-profile-form-fields.component.html +71 -71
  70. package/src/login/components/user-profile-form-fields/user-profile-form-fields.component.ts +4 -28
  71. package/src/login/containers/template.component.html +183 -183
  72. package/src/login/containers/template.component.ts +4 -22
  73. package/src/login/pages/code/code.component.html +21 -21
  74. package/src/login/pages/code/code.component.ts +1 -5
  75. package/src/login/pages/delete-account-confirm/delete-account-confirm.component.html +44 -42
  76. package/src/login/pages/delete-account-confirm/delete-account-confirm.component.ts +2 -7
  77. package/src/login/pages/delete-credential/delete-credential.component.html +29 -29
  78. package/src/login/pages/delete-credential/delete-credential.component.ts +3 -14
  79. package/src/login/pages/error/error.component.html +20 -20
  80. package/src/login/pages/error/error.component.ts +1 -5
  81. package/src/login/pages/frontchannel-logout/frontchannel-logout.component.html +31 -31
  82. package/src/login/pages/frontchannel-logout/frontchannel-logout.component.ts +3 -15
  83. package/src/login/pages/idp-review-user-profile/idp-review-user-profile.component.html +36 -36
  84. package/src/login/pages/idp-review-user-profile/idp-review-user-profile.component.ts +4 -21
  85. package/src/login/pages/info/info.component.html +45 -45
  86. package/src/login/pages/info/info.component.ts +3 -15
  87. package/src/login/pages/login/login.component.html +194 -194
  88. package/src/login/pages/login/login.component.ts +5 -30
  89. package/src/login/pages/login-config-totp/login-config-totp.component.html +189 -179
  90. package/src/login/pages/login-config-totp/login-config-totp.component.ts +5 -26
  91. package/src/login/pages/login-idp-link-confirm/login-idp-link-confirm.component.html +35 -35
  92. package/src/login/pages/login-idp-link-confirm/login-idp-link-confirm.component.ts +3 -14
  93. package/src/login/pages/login-idp-link-confirm-override/login-idp-link-confirm-override.component.html +34 -34
  94. package/src/login/pages/login-idp-link-confirm-override/login-idp-link-confirm-override.component.ts +3 -16
  95. package/src/login/pages/login-idp-link-email/login-idp-link-email.component.html +32 -30
  96. package/src/login/pages/login-idp-link-email/login-idp-link-email.component.ts +3 -14
  97. package/src/login/pages/login-oauth-grant/login-oauth-grant.component.html +83 -81
  98. package/src/login/pages/login-oauth-grant/login-oauth-grant.component.ts +3 -14
  99. package/src/login/pages/login-oauth2-device-verify-user-code/login-oauth2-device-verify-user-code.component.html +57 -57
  100. package/src/login/pages/login-oauth2-device-verify-user-code/login-oauth2-device-verify-user-code.component.ts +3 -16
  101. package/src/login/pages/login-otp/login-otp.component.html +96 -96
  102. package/src/login/pages/login-otp/login-otp.component.ts +2 -12
  103. package/src/login/pages/login-page-expired/login-page-expired.component.html +31 -31
  104. package/src/login/pages/login-page-expired/login-page-expired.component.ts +3 -14
  105. package/src/login/pages/login-passkeys-conditional-authenticate/login-passkeys-conditional-authenticate.component.html +183 -181
  106. package/src/login/pages/login-passkeys-conditional-authenticate/login-passkeys-conditional-authenticate.component.ts +2 -9
  107. package/src/login/pages/login-password/login-password.component.html +82 -82
  108. package/src/login/pages/login-password/login-password.component.ts +3 -20
  109. package/src/login/pages/login-recovery-authn-code-config/login-recovery-authn-code-config.component.html +142 -142
  110. package/src/login/pages/login-recovery-authn-code-config/login-recovery-authn-code-config.component.ts +4 -23
  111. package/src/login/pages/login-recovery-authn-code-input/login-recovery-authn-code-input.component.html +67 -67
  112. package/src/login/pages/login-recovery-authn-code-input/login-recovery-authn-code-input.component.ts +4 -18
  113. package/src/login/pages/login-reset-otp/login-reset-otp.component.html +61 -59
  114. package/src/login/pages/login-reset-otp/login-reset-otp.component.ts +2 -12
  115. package/src/login/pages/login-reset-password/login-reset-password.component.html +84 -84
  116. package/src/login/pages/login-reset-password/login-reset-password.component.ts +3 -14
  117. package/src/login/pages/login-update-password/login-update-password.component.html +107 -107
  118. package/src/login/pages/login-update-password/login-update-password.component.ts +5 -26
  119. package/src/login/pages/login-update-profile/login-update-profile.component.html +53 -53
  120. package/src/login/pages/login-update-profile/login-update-profile.component.ts +4 -21
  121. package/src/login/pages/login-username/login-username.component.html +146 -146
  122. package/src/login/pages/login-username/login-username.component.ts +4 -25
  123. package/src/login/pages/login-verify-email/login-verify-email.component.html +22 -22
  124. package/src/login/pages/login-verify-email/login-verify-email.component.ts +3 -14
  125. package/src/login/pages/login-x509-info/login-x509-info.component.html +96 -96
  126. package/src/login/pages/login-x509-info/login-x509-info.component.ts +2 -12
  127. package/src/login/pages/logout-confirm/logout-confirm.component.html +51 -51
  128. package/src/login/pages/logout-confirm/logout-confirm.component.ts +2 -12
  129. package/src/login/pages/register/register.component.html +113 -113
  130. package/src/login/pages/register/register.component.ts +2 -13
  131. package/src/login/pages/saml-post-form/saml-post-form.component.html +47 -48
  132. package/src/login/pages/saml-post-form/saml-post-form.component.ts +2 -14
  133. package/src/login/pages/select-authenticator/select-authenticator.component.html +43 -44
  134. package/src/login/pages/select-authenticator/select-authenticator.component.ts +4 -21
  135. package/src/login/pages/terms/terms.component.html +32 -32
  136. package/src/login/pages/terms/terms.component.ts +2 -12
  137. package/src/login/pages/update-email/update-email.component.html +52 -52
  138. package/src/login/pages/update-email/update-email.component.ts +3 -20
  139. package/src/login/pages/webauthn-authenticate/webauthn-authenticate.component.html +146 -148
  140. package/src/login/pages/webauthn-authenticate/webauthn-authenticate.component.ts +5 -29
  141. package/src/login/pages/webauthn-error/webauthn-error.component.html +53 -53
  142. package/src/login/pages/webauthn-error/webauthn-error.component.ts +3 -18
  143. package/src/login/pages/webauthn-register/webauthn-register.component.html +73 -73
  144. package/src/login/pages/webauthn-register/webauthn-register.component.ts +4 -20
  145. package/src/tsconfig.json +0 -1
@@ -2,59 +2,59 @@
2
2
  @let isAppInitiatedAction = kcContext.isAppInitiatedAction;
3
3
 
4
4
  <kc-login-template
5
- [displayInfo]="displayInfo"
6
- [bodyClassName]="bodyClassName()"
7
- [displayMessage]="displayMessage"
8
- [displayRequiredFields]="displayRequiredFields()"
9
- [documentTitle]="documentTitle()"
5
+ [displayInfo]="displayInfo"
6
+ [bodyClassName]="bodyClassName()"
7
+ [displayMessage]="displayMessage"
8
+ [displayRequiredFields]="displayRequiredFields()"
9
+ [documentTitle]="documentTitle()"
10
10
  >
11
- <ng-container headerNode>
12
- {{ 'webauthn-error-title' | msgStr }}
13
- </ng-container>
14
- <ng-container content>
15
- <form
16
- id="kc-error-credential-form"
17
- [kcClass]="'kcFormClass'"
18
- [action]="url.loginAction"
19
- method="post"
20
- >
21
- <input
22
- type="hidden"
23
- id="executionValue"
24
- name="authenticationExecution"
25
- />
26
- <input
27
- type="hidden"
28
- id="isSetRetry"
29
- name="isSetRetry"
30
- />
31
- </form>
32
- <input
33
- tabIndex="4"
34
- (click)="onClick()"
35
- type="button"
36
- [kcClass]="['kcButtonClass', 'kcButtonPrimaryClass', 'kcButtonBlockClass', 'kcButtonLargeClass']"
37
- name="try-again"
38
- id="kc-try-again"
39
- [value]="'doTryAgain' | msgStr"
40
- />
41
- @if (isAppInitiatedAction) {
42
- <form
43
- [action]="url.loginAction"
44
- [kcClass]="'kcFormClass'"
45
- id="kc-webauthn-settings-form"
46
- method="post"
47
- >
48
- <button
49
- type="submit"
50
- [kcClass]="['kcButtonClass', 'kcButtonDefaultClass', 'kcButtonBlockClass', 'kcButtonLargeClass']"
51
- id="cancelWebAuthnAIA"
52
- name="cancel-aia"
53
- value="true"
11
+ <ng-container headerNode>
12
+ {{ 'webauthn-error-title' | msgStr }}
13
+ </ng-container>
14
+ <ng-container content>
15
+ <form
16
+ id="kc-error-credential-form"
17
+ [kcClass]="'kcFormClass'"
18
+ [action]="url.loginAction"
19
+ method="post"
54
20
  >
55
- {{ 'doCancel' | msgStr }}
56
- </button>
57
- </form>
58
- }
59
- </ng-container>
21
+ <input
22
+ type="hidden"
23
+ id="executionValue"
24
+ name="authenticationExecution"
25
+ />
26
+ <input
27
+ type="hidden"
28
+ id="isSetRetry"
29
+ name="isSetRetry"
30
+ />
31
+ </form>
32
+ <input
33
+ tabIndex="4"
34
+ (click)="onClick()"
35
+ type="button"
36
+ [kcClass]="['kcButtonClass', 'kcButtonPrimaryClass', 'kcButtonBlockClass', 'kcButtonLargeClass']"
37
+ name="try-again"
38
+ id="kc-try-again"
39
+ [value]="'doTryAgain' | msgStr"
40
+ />
41
+ @if (isAppInitiatedAction) {
42
+ <form
43
+ [action]="url.loginAction"
44
+ [kcClass]="'kcFormClass'"
45
+ id="kc-webauthn-settings-form"
46
+ method="post"
47
+ >
48
+ <button
49
+ type="submit"
50
+ [kcClass]="['kcButtonClass', 'kcButtonDefaultClass', 'kcButtonBlockClass', 'kcButtonLargeClass']"
51
+ id="cancelWebAuthnAIA"
52
+ name="cancel-aia"
53
+ value="true"
54
+ >
55
+ {{ 'doCancel' | msgStr }}
56
+ </button>
57
+ </form>
58
+ }
59
+ </ng-container>
60
60
  </kc-login-template>
@@ -1,15 +1,5 @@
1
- import {
2
- ChangeDetectionStrategy,
3
- Component,
4
- forwardRef,
5
- inject,
6
- input
7
- } from '@angular/core';
8
- import {
9
- CLASSES,
10
- KC_CONTEXT,
11
- USE_DEFAULT_CSS
12
- } from '@keycloakify/angular/lib/public-api';
1
+ import { ChangeDetectionStrategy, Component, forwardRef, inject, input } from '@angular/core';
2
+ import { CLASSES, KC_CONTEXT, USE_DEFAULT_CSS } from '@keycloakify/angular/lib/public-api';
13
3
  import { ClassKey } from 'keycloakify/login/lib/kcClsx';
14
4
  import { KcContext } from 'keycloakify/login/KcContext';
15
5
  import { ComponentReference } from '@keycloakify/angular/login/classes/component-reference.class';
@@ -20,12 +10,7 @@ import { MsgStrPipe } from '@keycloakify/angular/login/pipes/msg-str.pipe';
20
10
 
21
11
  @Component({
22
12
  standalone: true,
23
- imports: [
24
- TemplateComponent,
25
- MsgStrPipe,
26
- KcClassDirective,
27
- LogoutOtherSessionsComponent
28
- ],
13
+ imports: [TemplateComponent, MsgStrPipe, KcClassDirective, LogoutOtherSessionsComponent],
29
14
  selector: 'kc-root',
30
15
  templateUrl: 'webauthn-error.component.html',
31
16
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -3,80 +3,80 @@
3
3
  @let isAppInitiatedAction = kcContext.isAppInitiatedAction;
4
4
 
5
5
  <kc-login-template
6
- [displayInfo]="displayInfo"
7
- [bodyClassName]="bodyClassName()"
8
- [displayMessage]="displayMessage"
9
- [displayRequiredFields]="displayRequiredFields()"
10
- [documentTitle]="documentTitle()"
6
+ [displayInfo]="displayInfo"
7
+ [bodyClassName]="bodyClassName()"
8
+ [displayMessage]="displayMessage"
9
+ [displayRequiredFields]="displayRequiredFields()"
10
+ [documentTitle]="documentTitle()"
11
11
  >
12
- <ng-container headerNode>
13
- <span [kcClass]="'kcWebAuthnKeyIcon'"></span>
14
- {{ 'webauthn-registration-title' | msgStr }}
15
- </ng-container>
16
- <ng-container content>
17
- <form
18
- id="register"
19
- [kcClass]="'kcFormClass'"
20
- [action]="url.loginAction"
21
- method="post"
22
- >
23
- <div [kcClass]="'kcFormGroupClass'">
24
- <input
25
- type="hidden"
26
- id="clientDataJSON"
27
- name="clientDataJSON"
28
- />
29
- <input
30
- type="hidden"
31
- id="attestationObject"
32
- name="attestationObject"
33
- />
34
- <input
35
- type="hidden"
36
- id="publicKeyCredentialId"
37
- name="publicKeyCredentialId"
38
- />
39
- <input
40
- type="hidden"
41
- id="authenticatorLabel"
42
- name="authenticatorLabel"
43
- />
44
- <input
45
- type="hidden"
46
- id="transports"
47
- name="transports"
48
- />
12
+ <ng-container headerNode>
13
+ <span [kcClass]="'kcWebAuthnKeyIcon'"></span>
14
+ {{ 'webauthn-registration-title' | msgStr }}
15
+ </ng-container>
16
+ <ng-container content>
17
+ <form
18
+ id="register"
19
+ [kcClass]="'kcFormClass'"
20
+ [action]="url.loginAction"
21
+ method="post"
22
+ >
23
+ <div [kcClass]="'kcFormGroupClass'">
24
+ <input
25
+ type="hidden"
26
+ id="clientDataJSON"
27
+ name="clientDataJSON"
28
+ />
29
+ <input
30
+ type="hidden"
31
+ id="attestationObject"
32
+ name="attestationObject"
33
+ />
34
+ <input
35
+ type="hidden"
36
+ id="publicKeyCredentialId"
37
+ name="publicKeyCredentialId"
38
+ />
39
+ <input
40
+ type="hidden"
41
+ id="authenticatorLabel"
42
+ name="authenticatorLabel"
43
+ />
44
+ <input
45
+ type="hidden"
46
+ id="transports"
47
+ name="transports"
48
+ />
49
+ <input
50
+ type="hidden"
51
+ id="error"
52
+ name="error"
53
+ />
54
+ <kc-logout-other-sessions />
55
+ </div>
56
+ </form>
49
57
  <input
50
- type="hidden"
51
- id="error"
52
- name="error"
58
+ type="submit"
59
+ [kcClass]="['kcButtonClass', 'kcButtonPrimaryClass', 'kcButtonBlockClass', 'kcButtonLargeClass']"
60
+ [id]="authButtonId"
61
+ [value]="'doRegisterSecurityKey' | msgStr"
53
62
  />
54
- <kc-logout-other-sessions />
55
- </div>
56
- </form>
57
- <input
58
- type="submit"
59
- [kcClass]="['kcButtonClass', 'kcButtonPrimaryClass', 'kcButtonBlockClass', 'kcButtonLargeClass']"
60
- [id]="authButtonId"
61
- [value]="'doRegisterSecurityKey' | msgStr"
62
- />
63
- @if (!isSetRetry && isAppInitiatedAction) {
64
- <form
65
- [action]="url.loginAction"
66
- [kcClass]="'kcFormClass'"
67
- id="kc-webauthn-settings-form"
68
- method="post"
69
- >
70
- <button
71
- type="submit"
72
- [kcClass]="['kcButtonClass', 'kcButtonDefaultClass', 'kcButtonBlockClass', 'kcButtonLargeClass']"
73
- id="cancelWebAuthnAIA"
74
- name="cancel-aia"
75
- value="true"
76
- >
77
- {{ 'doCancel' | msgStr }}
78
- </button>
79
- </form>
80
- }
81
- </ng-container>
63
+ @if (!isSetRetry && isAppInitiatedAction) {
64
+ <form
65
+ [action]="url.loginAction"
66
+ [kcClass]="'kcFormClass'"
67
+ id="kc-webauthn-settings-form"
68
+ method="post"
69
+ >
70
+ <button
71
+ type="submit"
72
+ [kcClass]="['kcButtonClass', 'kcButtonDefaultClass', 'kcButtonBlockClass', 'kcButtonLargeClass']"
73
+ id="cancelWebAuthnAIA"
74
+ name="cancel-aia"
75
+ value="true"
76
+ >
77
+ {{ 'doCancel' | msgStr }}
78
+ </button>
79
+ </form>
80
+ }
81
+ </ng-container>
82
82
  </kc-login-template>
@@ -1,15 +1,5 @@
1
- import {
2
- ChangeDetectionStrategy,
3
- Component,
4
- forwardRef,
5
- inject,
6
- input
7
- } from '@angular/core';
8
- import {
9
- CLASSES,
10
- KC_CONTEXT,
11
- USE_DEFAULT_CSS
12
- } from '@keycloakify/angular/lib/public-api';
1
+ import { ChangeDetectionStrategy, Component, forwardRef, inject, input } from '@angular/core';
2
+ import { CLASSES, KC_CONTEXT, USE_DEFAULT_CSS } from '@keycloakify/angular/lib/public-api';
13
3
  import { Script } from '@keycloakify/angular/lib/models';
14
4
  import { ClassKey } from 'keycloakify/login/lib/kcClsx';
15
5
  import { KcContext } from 'keycloakify/login/KcContext';
@@ -22,12 +12,7 @@ import { LoginResourceInjectorService } from '@keycloakify/angular/login/service
22
12
 
23
13
  @Component({
24
14
  standalone: true,
25
- imports: [
26
- TemplateComponent,
27
- MsgStrPipe,
28
- KcClassDirective,
29
- LogoutOtherSessionsComponent
30
- ],
15
+ imports: [TemplateComponent, MsgStrPipe, KcClassDirective, LogoutOtherSessionsComponent],
31
16
  selector: 'kc-root',
32
17
  templateUrl: 'webauthn-register.component.html',
33
18
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -40,8 +25,7 @@ import { LoginResourceInjectorService } from '@keycloakify/angular/login/service
40
25
  ]
41
26
  })
42
27
  export class WebauthnRegisterComponent extends ComponentReference {
43
- kcContext =
44
- inject<Extract<KcContext, { pageId: 'webauthn-register.ftl' }>>(KC_CONTEXT);
28
+ kcContext = inject<Extract<KcContext, { pageId: 'webauthn-register.ftl' }>>(KC_CONTEXT);
45
29
  loginResourceInjectorService = inject(LoginResourceInjectorService);
46
30
  msgStr = inject(MsgStrPipe);
47
31
  override doUseDefaultCss = inject<boolean>(USE_DEFAULT_CSS);
package/src/tsconfig.json CHANGED
@@ -11,7 +11,6 @@
11
11
  "paths": {
12
12
  "@keycloakify/angular/*": ["./*"]
13
13
  },
14
- "jsx": "react-jsx",
15
14
  "allowSyntheticDefaultImports": true,
16
15
  "experimentalDecorators": true
17
16
  }