mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 00:34:28 +08:00
support Nextcloud OAuth 2.0 authentication
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
export interface OAuth2CallbackLoginRequest {
|
||||
readonly provider?: string;
|
||||
readonly password?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user