mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 22:39:46 +00:00
refine startup alerts, reversions in mocks
This commit is contained in:
committed by
Aiden McClelland
parent
3ddfcd7895
commit
65c4db09f3
@@ -83,9 +83,9 @@ export class LiveApiService extends ApiService {
|
||||
// }
|
||||
|
||||
// password
|
||||
async updatePassword (params: RR.UpdatePasswordReq): Promise<RR.UpdatePasswordRes> {
|
||||
return this.http.rpcRequest({ method: 'password.set', params })
|
||||
}
|
||||
// async updatePassword (params: RR.UpdatePasswordReq): Promise<RR.UpdatePasswordRes> {
|
||||
// return this.http.rpcRequest({ method: 'password.set', params })
|
||||
// }
|
||||
|
||||
// notification
|
||||
|
||||
|
||||
Reference in New Issue
Block a user