Skip to content

Commit

Permalink
UJ: Merged from template.
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwieds committed Dec 3, 2023
2 parents 6114543 + 7348878 commit f3cf3e3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,13 @@ jobs:
# github_token: ${{ secrets.GH_TOKEN }}
# branches: gh-pages
# soft_fail: true
# - name: Delete gh-pages branch
# continue-on-error: true
# run: |
# curl -L \
# -X DELETE \
# -H "Authorization: token ${{ secrets.GH_TOKEN }}" \
# https://api.github.com/repos/$GITHUB_REPOSITORY/git/refs/heads/gh-pages
- name: Deploy to gh-pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down
10 changes: 5 additions & 5 deletions _layouts/master/authentication/account.html
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ <h4 class="alert-heading">Error</h4>
</div>

<div class="d-flex justify-content-end">
<button type="submit" class="btn btn-white">Regenerate keys</button>
<button type="submit" class="btn btn-soft-primary">Regenerate keys</button>
</div>
</form>

Expand All @@ -790,7 +790,7 @@ <h4 class="alert-heading">Error</h4>
<div id="changePassword" class="card">
<div class="card-header">
<div class="d-flex align-items-center">
<h4 class="mb-0"><i class="bi-shield-lock nav-icon me-1"></i> Change password</h4>
<h4 class="mb-0"><i class="bi-shield-lock nav-icon me-1"></i> Change Password</h4>
<!-- <span class="badge bg-soft-danger text-danger ms-2">Disabled</span> -->
</div>
</div>
Expand Down Expand Up @@ -826,7 +826,7 @@ <h4 class="alert-heading">Error</h4>
</div>

<div class="d-flex justify-content-end">
<button type="submit" class="btn btn-white">Change password</button>
<button type="submit" class="btn btn-soft-primary">Change password</button>
</div>
</form>
</div>
Expand Down Expand Up @@ -937,7 +937,7 @@ <h4 class="card-header-title"><i class="bi-toggle2-on nav-icon me-1"></i> Active
<!-- Card -->
<div id="deleteAccount" class="card">
<div class="card-header">
<h4 class="card-title"><i class="bi-trash3 nav-icon me-1"></i> Delete your account</h4>
<h4 class="card-title"><i class="bi-trash3 nav-icon me-1"></i> Delete Account</h4>
</div>

<!-- Body -->
Expand All @@ -949,7 +949,7 @@ <h4 class="card-title"><i class="bi-trash3 nav-icon me-1"></i> Delete your accou
<div class="form-check">
<input class="form-check-input auth-delete-account-confirmation-input" type="checkbox" value="" id="deleteAccountCheckbox">
<label class="form-check-label" for="deleteAccountCheckbox">
Confirm that I want to delete my account.
I confirm that I want to permanently delete my account.
</label>
</div>
<!-- End Form Check -->
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"through2": "4.0.2",
"ultimate-jekyll-poster": "0.0.15",
"vinyl-named": "1.1.0",
"web-manager": "3.2.20",
"web-manager": "3.2.22",
"webpack": "5.89.0",
"webpack-stream": "6.1.2",
"wonderful-fetch": "1.0.1",
Expand Down

0 comments on commit f3cf3e3

Please sign in to comment.