Skip to content

Commit

Permalink
sauce: clean up ssh keydrop ui
Browse files Browse the repository at this point in the history
  • Loading branch information
makinbacon21 committed Feb 27, 2024
1 parent d0f4b62 commit 8932a65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions views/account.pug
Original file line number Diff line number Diff line change
Expand Up @@ -165,14 +165,14 @@ include include/sauce-common
)
input(type='hidden', name='_csrf', value=csrfToken())
.row
.col-auto.pe-0
input#sshKeys.form-control.form-control-sm(
.col-12
input#sshKeys.form-control.form-control-md(
type='text',
aria-label='input for another ssh key',
name='keys'
)
.row
.col-auto.mt-1
.col-auto.mt-3
//- TODO add a confirmation
button.btn.btn-sm.btn-primary(type='submit') Apply

Expand Down

0 comments on commit 8932a65

Please sign in to comment.