Skip to content

Commit

Permalink
Fix columns in WebAuthn credentials table
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Oct 15, 2023
1 parent 48d9c9b commit 107832a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gui/default/syncthing/settings/settingsModalView.html
Expand Up @@ -249,7 +249,7 @@
</tr>

<tr>
<td>
<td colspan="4">
<p class="text-info" ng-if="!config.gui.user" translate>
Set a username and save to enable WebAuthn.
</p>
Expand Down Expand Up @@ -295,7 +295,6 @@
</p>
</td>

<td></td>
<td class="small-data" colspan="1000">
<button type="button" class="btn btn-link btn-sm" ng-click="registerWebauthnCredential()" ng-disabled="!webauthnReady()">
<span class="fas fa-plus"></span>&nbsp;<span translate="settings.webauthn.credentials.action.add">Add</span>
Expand Down

0 comments on commit 107832a

Please sign in to comment.