Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
fix: linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Ja7ad committed Mar 14, 2024
1 parent a729fe0 commit 2f0a63b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions website/_i18n/ar/user-guides/grpc-basic-auth/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ This process results in a bcrypt-hashed password that can be used for basic auth

To generate basic authentication credentials, you can use the following form to create a hashed credential.

<script src="https://cdnjs.cloudflare.com/ajax/libs/bcryptjs/2.4.3/bcrypt.min.js"
integrity="sha512-DNI/FJdkfyeuPUal7lDkRVg0mFY2n4IZJJYqPbQWLL0COxLi6G6nmf5gr1vW1Bd4wYC09hOvZVsSclfXxUTU/w=="
<script src="https://cdnjs.cloudflare.com/ajax/libs/bcryptjs/2.4.3/bcrypt.min.js"
integrity="sha512-DNI/FJdkfyeuPUal7lDkRVg0mFY2n4IZJJYqPbQWLL0COxLi6G6nmf5gr1vW1Bd4wYC09hOvZVsSclfXxUTU/w=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script>
function generateHtpasswd() {
Expand Down
4 changes: 2 additions & 2 deletions website/_i18n/en/user-guides/grpc-basic-auth/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ This process results in a bcrypt-hashed password that can be used for basic auth

To generate basic authentication credentials, you can use the following form to create a hashed credential.

<script src="https://cdnjs.cloudflare.com/ajax/libs/bcryptjs/2.4.3/bcrypt.min.js"
integrity="sha512-DNI/FJdkfyeuPUal7lDkRVg0mFY2n4IZJJYqPbQWLL0COxLi6G6nmf5gr1vW1Bd4wYC09hOvZVsSclfXxUTU/w=="
<script src="https://cdnjs.cloudflare.com/ajax/libs/bcryptjs/2.4.3/bcrypt.min.js"
integrity="sha512-DNI/FJdkfyeuPUal7lDkRVg0mFY2n4IZJJYqPbQWLL0COxLi6G6nmf5gr1vW1Bd4wYC09hOvZVsSclfXxUTU/w=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script>
function generateHtpasswd() {
Expand Down
4 changes: 2 additions & 2 deletions website/_i18n/zh/user-guides/grpc-basic-auth/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ This process results in a bcrypt-hashed password that can be used for basic auth

To generate basic authentication credentials, you can use the following form to create a hashed credential.

<script src="https://cdnjs.cloudflare.com/ajax/libs/bcryptjs/2.4.3/bcrypt.min.js"
integrity="sha512-DNI/FJdkfyeuPUal7lDkRVg0mFY2n4IZJJYqPbQWLL0COxLi6G6nmf5gr1vW1Bd4wYC09hOvZVsSclfXxUTU/w=="
<script src="https://cdnjs.cloudflare.com/ajax/libs/bcryptjs/2.4.3/bcrypt.min.js"
integrity="sha512-DNI/FJdkfyeuPUal7lDkRVg0mFY2n4IZJJYqPbQWLL0COxLi6G6nmf5gr1vW1Bd4wYC09hOvZVsSclfXxUTU/w=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script>
function generateHtpasswd() {
Expand Down

0 comments on commit 2f0a63b

Please sign in to comment.