Skip to content

Commit

Permalink
2.11.20 Adding view account profile
Browse files Browse the repository at this point in the history
  • Loading branch information
webpwnized committed Sep 30, 2024
1 parent 7cd6173 commit 6e2ef69
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/view-account-profile.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,14 +122,13 @@
<td class="label">API Key</td>
<td><?php echo $lAPIKey; ?></td>
</tr>
<tr><td>&nbsp;</td></tr>
</table>
</div>

<div id="id-profile-not-found-div" style="text-align: center; display: none;">
<table>
<th>
<td class="label">User profile not found. You may <a href="index.php?page=login.php">login here</a></td>
<td style="text-align:center;" class="label">User profile not found. You may <a href="index.php?page=login.php">login here</a></td>
</th>
<tr><td></td></tr>
<tr><td></td></tr>
Expand Down

0 comments on commit 6e2ef69

Please sign in to comment.