mirror of
https://github.com/directus/directus.git
synced 2026-02-12 07:34:59 -05:00
Allow custom label for auth provider (#15673)
* Allow to pass custom label for auth provider * Add tests * Update api/src/cli/utils/create-env/env-stub.liquid * Fix tests Co-authored-by: Azri Kahar <42867097+azrikahar@users.noreply.github.com>
This commit is contained in:
@@ -2,4 +2,5 @@ export interface AuthProvider {
|
||||
driver: string;
|
||||
name: string;
|
||||
icon?: string;
|
||||
label: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user