diff --git a/packages/auth/src/api/account_management/paskey.test.ts b/packages/auth/src/api/account_management/passkey.test.ts similarity index 99% rename from packages/auth/src/api/account_management/paskey.test.ts rename to packages/auth/src/api/account_management/passkey.test.ts index bc3fc7d091f..e02c5bf06e9 100644 --- a/packages/auth/src/api/account_management/paskey.test.ts +++ b/packages/auth/src/api/account_management/passkey.test.ts @@ -1,6 +1,6 @@ /** * @license - * Copyright 2020 Google LLC + * Copyright 2023 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,7 @@ import chaiAsPromised from 'chai-as-promised'; import { FirebaseError } from '@firebase/util'; -import { Endpoint, HttpHeader } from '../'; +import { Endpoint, HttpHeader } from '..'; import { mockEndpoint } from '../../../test/helpers/api/helper'; import { testAuth, TestAuth } from '../../../test/helpers/mock_auth'; import * as mockFetch from '../../../test/helpers/mock_fetch'; diff --git a/packages/auth/src/api/account_management/passkey.ts b/packages/auth/src/api/account_management/passkey.ts index f73c81d786b..ea58b78eeb3 100644 --- a/packages/auth/src/api/account_management/passkey.ts +++ b/packages/auth/src/api/account_management/passkey.ts @@ -1,6 +1,6 @@ /** * @license - * Copyright 2020 Google LLC + * Copyright 2023 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/auth/src/core/strategies/passkey.test.ts b/packages/auth/src/core/strategies/passkey.test.ts index b223e805cd4..220db8f90d2 100644 --- a/packages/auth/src/core/strategies/passkey.test.ts +++ b/packages/auth/src/core/strategies/passkey.test.ts @@ -1,6 +1,6 @@ /** * @license - * Copyright 2020 Google LLC + * Copyright 2023 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/auth/src/core/strategies/passkey.ts b/packages/auth/src/core/strategies/passkey.ts index b720debe021..3616e05b49c 100644 --- a/packages/auth/src/core/strategies/passkey.ts +++ b/packages/auth/src/core/strategies/passkey.ts @@ -1,6 +1,6 @@ /** * @license - * Copyright 2020 Google LLC + * Copyright 2023 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.