IS-11318 Adjust dev setup script to copy dev loader template to new location + prod loader template improvements#193
Merged
luisgoncalves merged 4 commits intoMay 21, 2026
Conversation
markoweb
approved these changes
May 21, 2026
urre
reviewed
May 21, 2026
markoweb
approved these changes
May 21, 2026
urre
reviewed
May 21, 2026
urre
approved these changes
May 21, 2026
4ccb7fc
into
integration/IS-5161/login-web-app
2 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
views/api-driven-ui/index.vm.ui-kitalready has the production template in the correct location, but the script that configures the "development setup" (via Vite dev server et al) was still copying the dev loader to the old location.window.__CONFIG__:{ "initialUrl": "/authenticate/username", "haapi": { "clientId": "urn:se.curity:haapi:type-0", "tokenEndpoint": "https://example.com/token" }, "theme": { "logo": { "path": "/assets/images/curity-logo.svg", "isInsideWell": false }, "pageSymbols": { "paths": { "authenticate_desktop": "/assets/images/login-symbol-computer.svg", "authenticate_mobile": "/assets/images/login-symbol-user-computer.svg", "authenticate_email": "/assets/images/login-symbol-email.svg", "authenticate_card": "/assets/images/login-symbol-card.svg", "authenticate_sms": "/assets/images/login-symbol-sms.svg", "authenticate_pair_device": "/assets/images/login-symbol-pair-device.svg", "authenticate_htmlform": "/assets/images/login-symbol-password.svg", "authenticate_totp": "/assets/images/login-symbol-totp.svg", "authenticate_bankid": "/assets/images/login-symbol-bankid.svg", "authenticate_webauthn": "/assets/images/login-symbol-webauthn.svg", "authenticate_opt_in_mfa": "/assets/images/login-symbol-opt-in-mfa.svg", "authenticate_passkeys": "/assets/images/login-symbol-passkeys.svg", "authenticate_openid_wallet": "/assets/images/login-symbol-openid-wallet.svg", "error_generic": "/assets/images/login-symbol-exclamation.svg" }, "basePath": "/assets/images/" } } }