mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
remove
This commit is contained in:
@@ -99,7 +99,7 @@ export class AuthService {
|
||||
session.BasicAuthKey = user.BasicAuthKey
|
||||
SessionStore.reset(session)
|
||||
|
||||
console.log(session)
|
||||
// console.log(session)
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
@@ -876,7 +876,7 @@ export class EventsService {
|
||||
header = header.set('CalendarId', Selectedcalendar.CalendarId);
|
||||
header = header.set('CalendarRoleId', Selectedcalendar.CalendarRoleId);
|
||||
|
||||
console.log(Selectedcalendar)
|
||||
// console.log(Selectedcalendar)
|
||||
|
||||
options = {
|
||||
headers: header,
|
||||
|
||||
@@ -3,4 +3,4 @@ import { oaprDev } from './suport/oapr'
|
||||
import { doneITDev } from './suport/doneIt'
|
||||
|
||||
|
||||
export const environment: Environment = doneITDev;
|
||||
export const environment: Environment = oaprDev;
|
||||
@@ -1,12 +1,12 @@
|
||||
export let versionData = {
|
||||
"shortSHA": "195785367",
|
||||
"SHA": "195785367888a9895738c86b1a998186f0c78876",
|
||||
"shortSHA": "79213a543",
|
||||
"SHA": "79213a543b0b219f83c92199296d94304dde8c74",
|
||||
"branch": "no_bug_movemente",
|
||||
"lastCommitAuthor": "'Eudes Inácio'",
|
||||
"lastCommitTime": "'Mon Feb 27 17:44:15 2023 +0100'",
|
||||
"lastCommitMessage": "Merge with Peter chnages 3",
|
||||
"lastCommitNumber": "4838",
|
||||
"lastCommitAuthor": "'Peter Maquiran'",
|
||||
"lastCommitTime": "'Mon Feb 27 18:34:42 2023 +0100'",
|
||||
"lastCommitMessage": "remove console log",
|
||||
"lastCommitNumber": "4839",
|
||||
"change": "",
|
||||
"changeStatus": "On branch no_bug_movemente\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/home/home.page.ts\n\tmodified: src/app/pages/events/events.page.ts\n\tmodified: src/environments/environment.ts",
|
||||
"changeStatus": "On branch no_bug_movemente\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/services/auth.service.ts\n\tmodified: src/app/services/events.service.ts\n\tmodified: src/environments/environment.ts\n\tmodified: version/git-version.ts",
|
||||
"changeAuthor": "peter.maquiran"
|
||||
}
|
||||
Reference in New Issue
Block a user