refs #2541 Show error when could not confirm medata url in login

This commit is contained in:
AkiraFukushima 2021-08-22 22:43:41 +09:00
parent e43c27e12b
commit 1204b74a76
No known key found for this signature in database
GPG Key ID: B6E51BAC4DE1A957
1 changed files with 0 additions and 2 deletions

View File

@ -53,8 +53,6 @@ const actions: ActionTree<LoginState, RootState> = {
const sns = await detector(`https://${cleanDomain}`)
commit(MUTATION_TYPES.CHANGE_INSTANCE, cleanDomain)
commit(MUTATION_TYPES.CHANGE_SNS, sns)
} catch {
return false
} finally {
commit(MUTATION_TYPES.CHANGE_SEARCHING, false)
}