Skip to content

Commit 3f7598c

Browse files
authored
Merge pull request ChangeNode#7 from PraveenGandhi/patch-1
static asset url correction
2 parents 14d1fe4 + 9fb65c6 commit 3f7598c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/public/identity/create-account.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta content="width=device-width, initial-scale=1" name="viewport">
66
<script src="https://cdn.jsdelivr.net/npm/@supabase/supabase-js"></script>
7-
<script src="/public/assets/identity/identity.js"></script>
7+
<script src="/assets/identity/identity.js"></script>
88
<link href="/bootstrap/css/bootstrap.css" rel="stylesheet" type="text/css">
99
<title>Create Account</title>
1010
<script>

0 commit comments

Comments
 (0)