zhangmo8 commented on code in PR #126:
URL: 
https://github.com/apache/incubator-paimon-webui/pull/126#discussion_r1427841002


##########
paimon-web-ui-new/src/api/models/login/index.ts:
##########
@@ -25,8 +25,8 @@ import type { LoginOptions } from './interface'
  * # Login
  * @param {LoginOptions} options
  */
-export const onLogin = () => {
-  return httpRequest.post<LoginOptions, ResponseOptions<any>>('/login')
+export const onLogin = (params:any) => {

Review Comment:
   add some type for this params



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to