Skip to content

Commit

Permalink
Merge pull request #69 from signalwire/joao/user_info
Browse files Browse the repository at this point in the history
User Info element id
  • Loading branch information
jpsantosbh authored Mar 6, 2024
2 parents 5fe5063 + 7817c55 commit 79b4786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<!-- Connect options -->
<div class="col-12 col-md-4">
<% if (user) { %>
<div class="card">
<div id="user-info" class="card">
<div class="card-header">User Info</div>
<div class="card-body">
<ul class="list-group list-group-flush">
Expand Down

0 comments on commit 79b4786

Please sign in to comment.