Skip to content

Commit

Permalink
Merge pull request #379 from rahulramakrishnan3/release-2.6.0
Browse files Browse the repository at this point in the history
workspace issue resolved
  • Loading branch information
kiranharidas187 authored Feb 1, 2024
2 parents ef37d26 + 7a2e298 commit 9dedeed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export class AppComponent {
if(data){
this.isMentor = this.profile.isMentor
this.user = data;
// this.adminAccess = this.permissionService.hasAdminAcess(this.actionsArrays,data?.permissions);
this.adminAccess = this.permissionService.hasAdminAcess(this.actionsArrays,data?.permissions);
}
})
App.addListener('appUrlOpen', (event: URLOpenListenerEvent) => {
Expand Down
2 changes: 1 addition & 1 deletion src/app/core/constants/urlConstants.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const urlConstants = {
API_URLS:{
CREATE_ACCOUNT:"/interface/v1/account/create",
ACCOUNT_LOGIN:"/user/v1/account/login",
ACCOUNT_LOGIN:"/interface/v1/account/login",
LOGOUT_ACCOUNT:"/user/v1/account/logout",
REFRESH_TOKEN:"/user/v1/account/generateToken",
TERMS_CONDITIONS:"/user/v1/account/acceptTermsAndCondition",
Expand Down

0 comments on commit 9dedeed

Please sign in to comment.