We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a513dbc commit cdf9807Copy full SHA for cdf9807
1 file changed
auth/register-company.html
@@ -189,7 +189,7 @@ <h3 style="font-size: 1rem; margin-bottom: 1rem;">Setup Preferences</h3>
189
</div>
190
<div style="display: flex; gap: 0.75rem;">
191
<button class="btn btn-secondary" onclick="goToStep(2)"><i class="fas fa-arrow-left"></i> Back</button>
192
- <button class="btn btn-primary" style="flex:1;" onclick="handleCompanyRegistration()" id="registerBtn">
+ <button class="btn btn-primary" style="flex:1;" onclick="submitCompanyRegistration()" id="registerBtn">
193
<i class="fas fa-rocket"></i> Create Account
194
</button>
195
0 commit comments