Update app name
This commit is contained in:
@@ -6,5 +6,5 @@ import { Component } from '@angular/core';
|
||||
styleUrls: ['./app.component.scss']
|
||||
})
|
||||
export class AppComponent {
|
||||
title = 'Diuna';
|
||||
title = 'DiunaBI';
|
||||
}
|
||||
|
||||
@@ -63,7 +63,7 @@ export class LoginPageComponent implements OnInit {
|
||||
} catch (e: any) {
|
||||
this.loading = false;
|
||||
if (e.status === 401) {
|
||||
this.snackBar$.open("Użytkownik nie istnieje w bazie danych aplikacji Diuna.", "", { duration: 3000 });
|
||||
this.snackBar$.open("Użytkownik nie istnieje w bazie danych aplikacji DiunaBI.", "", { duration: 3000 });
|
||||
} else {
|
||||
this.snackBar$.open("Błąd połączenia z serwerem. Skontaktuj się z administratorem.", "", { duration: 3000 });
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<button mat-icon-button (click)="snav.toggle()">
|
||||
<mat-icon>menu</mat-icon>
|
||||
</button>
|
||||
<h1 class="topbar-app-name">Diuna</h1>
|
||||
<h1 class="topbar-app-name">DiunaBI</h1>
|
||||
<span class="fill-to-right"></span>
|
||||
<span class="topbar-user-name" *ngIf="auth$.user">
|
||||
<img *ngIf="auth$.user.avatar" src="{{auth$.user.avatar}}" class="avatar">
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
export const environment = {
|
||||
production: true,
|
||||
api: {
|
||||
url: "https://diuna.bim-it.pl/api"
|
||||
url: "https://diunabi.bim-it.pl/api"
|
||||
},
|
||||
google: {
|
||||
clientId: "107631825312-bkfe438ehr9k9ecb2h76g802tj6advma.apps.googleusercontent.com"
|
||||
|
||||
@@ -6,7 +6,7 @@ export const environment = {
|
||||
production: false,
|
||||
api: {
|
||||
//url: "http://localhost:5400/api"
|
||||
url: "https://diuna.bim-it.pl/api"
|
||||
url: "https://diunabi.bim-it.pl/api"
|
||||
},
|
||||
google: {
|
||||
clientId: "107631825312-bkfe438ehr9k9ecb2h76g802tj6advma.apps.googleusercontent.com"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Diuna",
|
||||
"short_name": "Diuna",
|
||||
"name": "DiunaBI",
|
||||
"short_name": "DiunaBI",
|
||||
"theme_color": "#FF9800",
|
||||
"background_color": "#fafafa",
|
||||
"display": "standalone",
|
||||
|
||||
Reference in New Issue
Block a user