Skip to content

Commit

Permalink
Fixed removed function load #38
Browse files Browse the repository at this point in the history
  • Loading branch information
iFargle committed Mar 4, 2023
1 parent 82cf6b2 commit 110ee90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ def build_preauth_key_table(user_name):
<span
href="#card_modal"
class='badge grey lighten-2 btn-small modal-trigger'
onclick="('"""+user_name+"""')"
onclick="load_modal_add_preauth_key('"""+user_name+"""')"
>Add PreAuth Key</span>
<i class="material-icons circle">vpn_key</i>
<span class="title">PreAuth Keys</span>
Expand Down

0 comments on commit 110ee90

Please sign in to comment.