File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 11PARSEC_APP_BMS_API_URL=https://bms-dev.parsec.cloud
22PARSEC_APP_STRIPE_API_KEY=pk_test_P4dfuyoLBQtDHKjTiNDH3JH700TT3mCLbE
33PARSEC_APP_SIGN_URL=https://sign-dev.parsec.cloud
4- PARSEC_APP_SAAS_SERVERS="saas-v3 .parsec.cloud;saas-demo-v3-mightyfairy .parsec.cloud"
4+ PARSEC_APP_SAAS_SERVERS="saas-demo-v3-mightyfairy .parsec.cloud;saas-v3 .parsec.cloud"
55PARSEC_APP_TRIAL_SERVERS="trial.parsec.cloud"
66PARSEC_APP_DEFAULT_LIB_LOG_LEVEL="DEBUG"
77PARSEC_APP_ENABLE_CUSTOM_BRANDING=true
Original file line number Diff line number Diff line change @@ -237,10 +237,12 @@ function getAuthCardState(auth: AvailableDeviceTypeTag): AuthenticationCardState
237237
238238async function onMethodSelected(method : DeviceSaveStrategyTag ): Promise <void > {
239239 authentication .value = method ;
240+ error .value = ' ' ;
240241}
241242
242243async function changeAuthenticationMethod(): Promise <void > {
243244 authentication .value = undefined ;
245+ error .value = ' ' ;
244246}
245247
246248function getSaveStrategy(): DeviceSaveStrategy | undefined {
You can’t perform that action at this time.
0 commit comments