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

Commit 12d9400

Browse files
Remove ! from the unions back url
1 parent 181cd07 commit 12d9400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/login/login.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export class LoginComponent implements OnInit {
2020
unions = {
2121
mydata: {key: 'mydata', name: 'My Data', url: 'https://mydata.webtree.org/applyToken'},
2222
imprint: {key: 'imprint', name: 'Imprint', url: 'https://imprint.webtree.org/applyToken'},
23-
unions: {key: 'unions', name: 'Unions', url: 'https://unions.webtree.org/!/applyToken'}
23+
unions: {key: 'unions', name: 'Unions', url: 'https://unions.webtree.org/applyToken'}
2424
};
2525
loggedIn = false;
2626

0 commit comments

Comments
 (0)