FIX: An incorrect import (#23414)

Introduced in bb2d1f8703
This commit is contained in:
Jarek Radosz 2023-09-05 22:11:20 +02:00 committed by GitHub
parent 1ca4e7241e
commit d308360376
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import { escapeExpression } from "discourse/lib/utilities";
import { inject as service } from "@ember/service";
import { popupAjaxError } from "discourse/lib/ajax-error";
import I18n from "I18n";
import getWebauthnCredential from "discourse/lib/webauthn";
import { getWebauthnCredential } from "discourse/lib/webauthn";
import ForgotPassword from "discourse/components/modal/forgot-password";
export default class LocalLoginBody extends Component {