Skip to content

Commit e8f69be

Browse files
Max-7FirelightFlagboy
authored andcommitted
[MS] Small openbao fixes (#11787)
1 parent 3ec5862 commit e8f69be

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

client/.env.release-candidate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PARSEC_APP_BMS_API_URL=https://bms-dev.parsec.cloud
22
PARSEC_APP_STRIPE_API_KEY=pk_test_P4dfuyoLBQtDHKjTiNDH3JH700TT3mCLbE
33
PARSEC_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"
55
PARSEC_APP_TRIAL_SERVERS="trial.parsec.cloud"
66
PARSEC_APP_DEFAULT_LIB_LOG_LEVEL="DEBUG"
77
PARSEC_APP_ENABLE_CUSTOM_BRANDING=true

client/src/components/devices/ChooseAuthentication.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,10 +237,12 @@ function getAuthCardState(auth: AvailableDeviceTypeTag): AuthenticationCardState
237237
238238
async function onMethodSelected(method: DeviceSaveStrategyTag): Promise<void> {
239239
authentication.value = method;
240+
error.value = '';
240241
}
241242
242243
async function changeAuthenticationMethod(): Promise<void> {
243244
authentication.value = undefined;
245+
error.value = '';
244246
}
245247
246248
function getSaveStrategy(): DeviceSaveStrategy | undefined {

0 commit comments

Comments
 (0)