Skip to content
This repository was archived by the owner on Oct 26, 2024. It is now read-only.

Commit 7cf2e73

Browse files
committed
Add unions
1 parent 1a9fe79 commit 7cf2e73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/login/login.component.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ export class LoginComponent implements OnInit {
1818
returnUnion: string;
1919
unions = {
2020
mydata: {key: 'mydata', name: 'My Data', url: 'https://mydata.webtree.org/applyToken'},
21-
imprint: {key: 'imprint', name: 'Imprint', url: 'https://imprint.webtree.org/applyToken'}
21+
imprint: {key: 'imprint', name: 'Imprint', url: 'https://imprint.webtree.org/applyToken'},
22+
unions: {key: 'unions', name: 'Unions', url: 'https://unions.webtree.org/!/applyToken'}
2223
};
2324
loggedIn = false;
2425

0 commit comments

Comments
 (0)