Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-03-09 00:07:52 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-09 00:07:52 +0300
commit6cb5b3a92d526e8b675aba2d1455e7e00b8656f5 (patch)
tree74533f94c28cab59705346299132cd362bbc6a99 /app/assets/javascripts/authentication
parent9885b7e33ece32ac3bfbf077bb2dc53c459dbc0e (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/authentication')
-rw-r--r--app/assets/javascripts/authentication/webauthn/components/registration.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/authentication/webauthn/components/registration.vue b/app/assets/javascripts/authentication/webauthn/components/registration.vue
index 9a3644e0325..84132a7d062 100644
--- a/app/assets/javascripts/authentication/webauthn/components/registration.vue
+++ b/app/assets/javascripts/authentication/webauthn/components/registration.vue
@@ -101,7 +101,7 @@ export default {
return;
}
- if (isHTTPS() && supported()) {
+ if (supported()) {
this.state = STATE_READY;
return;
}