@keycloakify/login-ui 250004.6.6 → 250004.6.7

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.
@@ -208,10 +208,12 @@ export function Template(props: {
208
208
  <a
209
209
  href="#"
210
210
  id="try-another-way"
211
- onClick={() => {
211
+ onClick={event => {
212
+ event.preventDefault();
212
213
  document.forms[
213
214
  "kc-select-try-another-way-form" as never
214
215
  ].requestSubmit();
216
+
215
217
  return false;
216
218
  }}
217
219
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keycloakify/login-ui",
3
- "version": "250004.6.6",
3
+ "version": "250004.6.7",
4
4
  "description": "React implementation of Keycloak Login v2 for Keycloakify",
5
5
  "repository": {
6
6
  "type": "git",