mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
change login v1 to v2
This commit is contained in:
@@ -168,9 +168,12 @@ export class NotificationsService {
|
||||
|
||||
|
||||
DeletePostToken() {
|
||||
const geturl = environment.apiURL + `notifications/token?userId=${SessionStore.user.UserId}&tokenId=${this.token}`;
|
||||
if(this.token) {
|
||||
const geturl = environment.apiURL + `notifications/token?userId=${SessionStore.user.UserId}&tokenId=${this.token}`;
|
||||
|
||||
this.DeleteToken(geturl)
|
||||
this.DeleteToken(geturl)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
postToken(token, geturl, tracing: TracingType) {
|
||||
|
||||
Reference in New Issue
Block a user