mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 15:07:33 +08:00
support linking OAuth 2.0 user to logged-in users
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
export interface OAuth2CallbackLoginRequest {
|
||||
readonly password?: string;
|
||||
readonly passcode?: string;
|
||||
readonly token?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user