Skip to content

Commit

Permalink
add to linking flow
Browse files Browse the repository at this point in the history
  • Loading branch information
0xFirekeeper committed Jan 17, 2025
1 parent 13ac038 commit af9f663
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,10 @@ public async Task<List<LinkedAccount>> LinkAccount(
case "Guest":
serverRes = await ecosystemWallet.PreAuth_Guest().ConfigureAwait(false);
break;
case "SiweExternal":
// TODO: Allow enforcing wallet ids in linking flow?
serverRes = await ecosystemWallet.PreAuth_SiweExternal(isMobile ?? false, browserOpenAction, null, mobileRedirectScheme, browser).ConfigureAwait(false);
break;
case "Google":
case "Apple":
case "Facebook":
Expand Down

0 comments on commit af9f663

Please sign in to comment.