We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bedab31 commit 1c6c011Copy full SHA for 1c6c011
addons/core/addon/components/form/authenticate/index.js
@@ -1,3 +1,8 @@
1
+/**
2
+ * Copyright (c) HashiCorp, Inc.
3
+ * SPDX-License-Identifier: BUSL-1.1
4
+ */
5
+
6
import Component from '@glimmer/component';
7
import { assert } from '@ember/debug';
8
import oidc from './oidc';
addons/core/app/components/form/authenticate/index.js
@@ -1 +1,6 @@
export { default } from 'core/components/form/authenticate/index';
0 commit comments