Authentication flow change - Remove requirement for user to enter username - Use Passkey discoverability instead.
This commit is contained in:
parent
0d277e3035
commit
7564937faa
8 changed files with 120 additions and 75 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue