fix(login): ldap login page js file not found (#8101)

# Which Problems Are Solved
* fix ldap login page js file not found

![image](https://github.com/zitadel/zitadel/assets/10323352/47640ae9-3aa2-4a62-aa95-e23750cb8eb7)

Signed-off-by: Yxnt <jyxnt1@gmail.com>
Co-authored-by: Livio Spring <livio.a@gmail.com>
(cherry picked from commit 1374f17c8de7403c13ee998b8b2c421cf79b2bd2)
This commit is contained in:
Yxnt 2024-06-13 15:05:59 +08:00 committed by Livio Spring
parent a3fcf6431a
commit 2450736a34
No known key found for this signature in database
GPG Key ID: 26BB1C2FA5952CF0

View File

@ -34,7 +34,7 @@
</div>
</form>
<script src="{{ resourceUrl " scripts/form_submit.js" }}"></script>
<script src="{{ resourceUrl " scripts/default_form_validation.js" }}"></script>
<script src="{{ resourceUrl "scripts/form_submit.js" }}"></script>
<script src="{{ resourceUrl "scripts/default_form_validation.js" }}"></script>
{{template "main-bottom" .}}