Skip to content

Commit cdf9807

Browse files
committed
Fix: rename handleCompanyRegistration to submitCompanyRegistration
1 parent a513dbc commit cdf9807

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

auth/register-company.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ <h3 style="font-size: 1rem; margin-bottom: 1rem;">Setup Preferences</h3>
189189
</div>
190190
<div style="display: flex; gap: 0.75rem;">
191191
<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">
192+
<button class="btn btn-primary" style="flex:1;" onclick="submitCompanyRegistration()" id="registerBtn">
193193
<i class="fas fa-rocket"></i> Create Account
194194
</button>
195195
</div>

0 commit comments

Comments
 (0)