feat: Login script setup (#2417)
Co-authored-by: Dominik Pschenitschni <mail@celement.de> Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2417 Reviewed-by: konrad <k@knt.li> Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de> Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
This commit is contained in:
parent
940063784b
commit
63fb8a1962
6 changed files with 134 additions and 134 deletions
6
src/types/IProvider.ts
Normal file
6
src/types/IProvider.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
export interface IProvider {
|
||||
name: string;
|
||||
key: string;
|
||||
authUrl: string;
|
||||
clientId: string;
|
||||
}
|
||||
Reference in a new issue