✨ feat(oauth): Update OAuth login handling to use callback parameter and improve URL parameter retrieval
This commit is contained in:
+1
-1
@@ -234,7 +234,7 @@ declare namespace API {
|
||||
type OAuthLoginGetTokenRequest = {
|
||||
/** google, facebook, apple, telegram, github etc. */
|
||||
method: string;
|
||||
code: string;
|
||||
callback: Record<string, any>;
|
||||
};
|
||||
|
||||
type OAuthLoginResponse = {
|
||||
|
||||
Reference in New Issue
Block a user