mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-03-13 19:13:43 +00:00
Update WikiTree login flow
WikiTree login now appends `&authcode=x` instead of `?authcode=x` to the return URL
This commit is contained in:
@@ -134,7 +134,7 @@ function getArguments(location: H.Location<any>): Arguments {
|
||||
if (getParam('source') === 'wikitree') {
|
||||
sourceSpec = {
|
||||
source: DataSourceEnum.WIKITREE,
|
||||
authcode: getParam('?authcode'),
|
||||
authcode: getParam('authcode'),
|
||||
};
|
||||
} else if (hash) {
|
||||
sourceSpec = {
|
||||
|
||||
Reference in New Issue
Block a user