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