Refactoring fixed wrong Bsp number (is now Bsp 3)

This commit is contained in:
Martin 2021-05-20 17:39:36 +02:00
parent 86da51ef24
commit 9f0454e9f8
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
import {NgxLoggerLevel} from 'ngx-logger'; import {NgxLoggerLevel} from 'ngx-logger';
export const environment = { export const environment = {
title: 'Bsp 4 Gruppe 4', title: 'Bsp 3 Gruppe 4',
openid_endpoint: 'https://waecm-sso.inso.tuwien.ac.at/auth/realms/waecm/protocol/openid-connect', openid_endpoint: 'https://waecm-sso.inso.tuwien.ac.at/auth/realms/waecm/protocol/openid-connect',
production: true, production: true,
location: window.location.hostname, location: window.location.hostname,

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>Bsp 2 Gruppe 4</title> <title>Bsp 3 Gruppe 4</title>
<base href="/"> <base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico"> <link rel="icon" type="image/x-icon" href="favicon.ico">