mirror of
https://github.com/nextcloud/server.git
synced 2026-03-23 10:54:41 -04:00
9 lines
283 B
TypeScript
9 lines
283 B
TypeScript
/*!
|
|
* SPDX-FileCopyrightText: 2026 Nextcloud GmbH and Nextcloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
|
|
import { AuthMechanism } from './services/AuthMachanism.ts'
|
|
|
|
window.OCA.FilesExternal ??= {}
|
|
window.OCA.FilesExternal.AuthMechanism = new AuthMechanism()
|