Skip to content

Commit

Permalink
fix reuse
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Jul 23, 2024
1 parent 9510334 commit 8727c30
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions themes/noiV2/login/resources/js/script.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: NOI Techpark <digital@noi.bz.it>

// SPDX-License-Identifier: CC0-1.0

// trim spaces from username/email field
document.addEventListener("DOMContentLoaded", function(event) {
let username = document.getElementById("username");
Expand Down

0 comments on commit 8727c30

Please sign in to comment.