Revize 4ccb6b62
Přidáno uživatelem Pavel Fidransky před asi 5 roky(ů)
webapp/src/app/login/login.component.html | ||
---|---|---|
3 | 3 |
<h1>Sign-in</h1> |
4 | 4 |
|
5 | 5 |
<p>Please sign-in using one of the following methods: </p> |
6 |
<a href="http://localhost:9080/api/signin/google?target=http://localhost">Login with Google</a>
|
|
6 |
<a href="{{loginUrl}}">Login with Google</a>
|
|
7 | 7 |
</div> |
8 | 8 |
</div> |
9 | 9 |
|
Také k dispozici: Unified diff
re #33: load frontend app configuration from config.json file