Skip to content

Commit

Permalink
change webauthn_remove button color
Browse files Browse the repository at this point in the history
  • Loading branch information
josxha committed Jan 8, 2024
1 parent 51e2175 commit 2bd6623
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
var buttonType = attributes.Name switch
{
"lookup_secret_disable" => "is-warning",
"totp_unlink" => "is-warning",
"webauthn_remove" or "totp_unlink" => "is-warning",
_ => "is-success"
};
}
Expand Down

0 comments on commit 2bd6623

Please sign in to comment.