mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-06 15:02:13 +00:00
fix: tos on external registration (#2164)
* faet: add tos checkbox to external login * fix: add tos to external not found option * fix: add tos to external not found option * fix: show register external user overview * fix: no init user mail on external register * fix: custom login text * add missing custom text tests on org * add missing custom text tests on iam * fix: custom login text external registration overview tests * fix: back button on registration overview * fix: add texts, change register form * fix: external not found html * fix: remove form validation Co-authored-by: Livio Amstutz <livio.a@gmail.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
let button1 = document.getElementById("link-button");
|
||||
disableSubmit(undefined, button1);
|
||||
|
||||
let button2 = document.getElementById("auto-register-button");
|
||||
disableSubmit(undefined, button2);
|
||||
Reference in New Issue
Block a user