mirror of
https://github.com/PeWu/topola-viewer.git
synced 2025-12-24 03:00:05 +00:00
Switched the login page address to point to api.wikitree.com
This commit is contained in:
parent
fa7b0a535d
commit
13ccc6c2f8
@ -790,7 +790,7 @@ export class TopBar extends React.Component<
|
||||
case WikiTreeLoginState.NOT_LOGGED_IN:
|
||||
const loginForm = (
|
||||
<form
|
||||
action="https://apps.wikitree.com/api.php"
|
||||
action="https://api.wikitree.com/api.php"
|
||||
method="POST"
|
||||
style={{display: 'hidden'}}
|
||||
ref={this.wikiTreeLoginFormRef}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user