Authentication flow change - Remove requirement for user to enter username - Use Passkey discoverability instead.

This commit is contained in:
Cameron Redmore 2025-04-26 08:32:54 +01:00
parent 0d277e3035
commit 7564937faa
8 changed files with 120 additions and 75 deletions

View file

@ -50,7 +50,10 @@ export default defineConfig((/* ctx */) =>
// publicPath: '/',
// analyze: true,
// env: {},
env: {
API_URL: process.env.API_URL || '/api',
PRODUCT_NAME: process.env.PRODUCT_NAME || 'StylePoint',
},
// rawDefine: {}
// ignorePublicFolder: true,
// minify: false,