+
+
+
+ Allow Notifications
+
+
diff --git a/src/app/pages/notification/notification.page.scss b/src/app/pages/notification/notification.page.scss
index 42c9de9..dfe4eac 100644
--- a/src/app/pages/notification/notification.page.scss
+++ b/src/app/pages/notification/notification.page.scss
@@ -1,11 +1,3 @@
-/*
- Authors : initappz (Rahul Jograna)
- Website : https://initappz.com/
- App Name : E-Learning App Template
- This App Template Source code is licensed as per the
- terms found in the Website https://initappz.com/license
- Copyright and Good Faith Purchasers © 2021-present initappz.
-*/
ion-header {
ion-toolbar {
--background: var(--ion-color-primary);
diff --git a/src/app/pages/notification/notification.page.ts b/src/app/pages/notification/notification.page.ts
index efbd8ed..513c346 100644
--- a/src/app/pages/notification/notification.page.ts
+++ b/src/app/pages/notification/notification.page.ts
@@ -3,7 +3,7 @@ import {NavController} from "@ionic/angular";
import {Router} from "@angular/router";
import { WrenchService } from 'src/app/services/wrench.service';
import {SessionDataProviderService} from "../../store/session-data-provider.service";
-
+import { OnesignalService } from "src/app/services/onesignal.service";
@Component({
selector: 'app-notification',
templateUrl: './notification.page.html',
@@ -14,6 +14,7 @@ export class NotificationPage implements OnInit {
constructor(
private navctr: NavController,
private router: Router,
+ private onesignalService: OnesignalService,
public sessionDataProviderService: SessionDataProviderService,
private wrenchService: WrenchService
) {
@@ -52,4 +53,7 @@ export class NotificationPage implements OnInit {
}
+ refreshNotification(){
+ this.onesignalService.Init(this.sessionDataProviderService.member_uid);
+ }
}
diff --git a/src/app/pages/profile/profile.page.html b/src/app/pages/profile/profile.page.html
index 8e6d670..41d37a5 100644
--- a/src/app/pages/profile/profile.page.html
+++ b/src/app/pages/profile/profile.page.html
@@ -201,8 +201,8 @@
-
- Logout
+
+ Logout
diff --git a/src/app/pages/profile/profile.page.scss b/src/app/pages/profile/profile.page.scss
index 2a8117d..33e4f30 100644
--- a/src/app/pages/profile/profile.page.scss
+++ b/src/app/pages/profile/profile.page.scss
@@ -64,7 +64,8 @@ ion-content {
ion-label {
font-size: 16px;
margin: 0px;
- font-family: "regular";
+ //font-family: "regular";
+ font-weight: bold;
color: var(--ion-color-dark);
margin-left: 16px;
}
diff --git a/src/app/pages/register/register.page.html b/src/app/pages/register/register.page.html
index 76ee307..dc518a0 100644
--- a/src/app/pages/register/register.page.html
+++ b/src/app/pages/register/register.page.html
@@ -166,8 +166,6 @@
-
-