Skip to content

Commit 57e3678

Browse files
author
rune.laenen
committed
Fix isLoading error
1 parent ff71ca6 commit 57e3678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% block sw_profile_index_general_password %}
2-
<rl-user-otp :user="user" :isLoading="isLoading" :onSave="onSave"></rl-user-otp>
2+
<rl-user-otp :user="user" :isLoading="isUserLoading" :onSave="onSave"></rl-user-otp>
33

44
{% parent %}
55
{% endblock %}

0 commit comments

Comments
 (0)