Trim white space before and after username and password and before encrypting when adding a client password

This commit is contained in:
johnnyq
2023-06-22 10:23:44 -04:00
parent 9d86c41bcb
commit db9c102f53
3 changed files with 9 additions and 9 deletions

View File

@@ -10,6 +10,7 @@ if (isset($_GET['calendar_id'])) {
<link href='plugins/fullcalendar/main.min.css' rel='stylesheet' />
<!-- So that when hovering over a created event it turns into a hand instead of cursor -->
<style>
.fc-event {
cursor: pointer;