Skip to content

Commit

Permalink
Fix users extension
Browse files Browse the repository at this point in the history
  • Loading branch information
javalikescript committed Dec 15, 2024
1 parent 3a66a30 commit 0c27271
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/users/user.js → extensions/users/users.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define(['./user.xml'], function(loginTemplate) {
define(['./users.xml'], function(loginTemplate) {

function urlEncodeForm(keyValues) {
var tuples = [];
Expand Down
File renamed without changes.

0 comments on commit 0c27271

Please sign in to comment.