snapshot: preserve reliability hardening and Workdock identity pass
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
const fullName = byName('full_name');
|
||||
const workEmail = byName('work_email');
|
||||
const form = fullName ? fullName.closest('form') : null;
|
||||
const emailDomain = (((form && form.dataset.emailDomain) || 'tub.co') + '').replace(/^@+/, '').trim();
|
||||
const emailDomain = (((form && form.dataset.emailDomain) || 'workdock.de') + '').replace(/^@+/, '').trim();
|
||||
if (!fullName || !workEmail) return;
|
||||
|
||||
let lastSuggested = '';
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
const btnNext = document.getElementById('btn-next');
|
||||
const btnSubmit = document.getElementById('btn-submit');
|
||||
const form = document.getElementById('onboarding-form');
|
||||
const emailDomain = ((form && form.dataset.emailDomain) || 'tub.co').replace(/^@+/, '').trim();
|
||||
const emailDomain = ((form && form.dataset.emailDomain) || 'workdock.de').replace(/^@+/, '').trim();
|
||||
let current = 0;
|
||||
form.setAttribute('novalidate', 'novalidate');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user