mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
rename username parameter to userId
This commit is contained in:
parent
05cb66f2a4
commit
d048d562a3
6 changed files with 9 additions and 9 deletions
|
@ -130,7 +130,7 @@ contextBridge.exposeInMainWorld("electron", {
|
|||
getMe: () => ipcRenderer.invoke("getMe"),
|
||||
|
||||
/* User */
|
||||
getUser: (username: string) => ipcRenderer.invoke("getUser", username),
|
||||
getUser: (userId: string) => ipcRenderer.invoke("getUser", userId),
|
||||
|
||||
/* Auth */
|
||||
signout: () => ipcRenderer.invoke("signout"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue