Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDevMinerTV committed Jul 17, 2023
1 parent 7a55d67 commit a3cbf4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div align=center>
<h1>LDAP Selfservice Password Changer</h1>

<span>LDAP Selfservice Password Changer is a web frontend and JSON RPC API for allowing your users to change their own passwords in your LDAP or ActiveDirectory server.</span>
<span>LDAP Selfservice Password Changer is a web frontend and JSON RPC API for allowing your users to change their own passwords in your LDAP or ActiveDirectory server.</span>

<img src="./internal/web/static/logo.webp" height="256">
</div>
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
"noPropertyAccessFromIndexSignature": true,
"skipLibCheck": true
},
"include": ["internal/web/static"],
"include": ["internal/web/static"]
}

0 comments on commit a3cbf4a

Please sign in to comment.