diff --git a/src/app/pages/chat/new-group/new-group.page.html b/src/app/pages/chat/new-group/new-group.page.html index b53fdda69..e615cd512 100644 --- a/src/app/pages/chat/new-group/new-group.page.html +++ b/src/app/pages/chat/new-group/new-group.page.html @@ -3,7 +3,9 @@
- +
Novo Grupo diff --git a/src/app/pages/login/login.page.ts b/src/app/pages/login/login.page.ts index 2aaefbe54..2e19bad9b 100644 --- a/src/app/pages/login/login.page.ts +++ b/src/app/pages/login/login.page.ts @@ -11,7 +11,7 @@ import { PhotoService } from 'src/app/services/photo.service'; import { NotificationsService } from 'src/app/services/notifications.service'; import { HttpClient, HttpHeaders, HttpParams } from '@angular/common/http'; import { Token } from '../../models/token.model'; -import { FCM } from 'cordova-plugin-fcm-with-dependecy-updated/ionic/ngx'; +//import { FCM } from 'cordova-plugin-fcm-with-dependecy-updated/ionic/ngx'; /* import { Plugins, PushNotification, PushNotificationToken, PushNotificationActionPerformed } from '@capacitor/core'; @@ -40,7 +40,8 @@ export class LoginPage implements OnInit { private toastService: ToastService, private photoService: PhotoService, public alertController: AlertController, - private fcm: FCM) { } + //private fcm: FCM + ) { } ngOnInit() {