Skip to content

Commit 00fed2b

Browse files
committed
Update action name for change password
1 parent aa7178c commit 00fed2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/templates/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<p><a href="/authme">Auth me</a></p>
6464
<p><a href="#" onclick="authForm.renderModal();return false;">Auth me over sdk-iframe</a></p>
6565
{{ end }}
66-
<p><a href="#" onclick="authForm.renderModal('change_password');return false;">Change password</a></p>
66+
<p><a href="#" onclick="authForm.renderModal('changePassword');return false;">Change password</a></p>
6767
<div class="container">
6868
<div id="app"></div>
6969
</div>

0 commit comments

Comments
 (0)