Skip to content

Commit

Permalink
add tailwind ui
Browse files Browse the repository at this point in the history
  • Loading branch information
hos3ein committed Dec 21, 2022
1 parent 3b4ba89 commit 5dad2b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/tailwind/otp_options.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<li class="py-2">
<label class="py-2 cursor-pointer select-none">
<input type="radio" name="force_otp_type" value="{{ $option['type'] }}">
{{ \Hos3ein\NovelAuth\Responses::otpLabel($option['type'], $option['id']) }}
{{ \Hos3ein\NovelAuth\Responses\RS::otpLabel($option['type'], $option['id']) }}
</label>
</li>
@endforeach
Expand Down

0 comments on commit 5dad2b9

Please sign in to comment.