Skip to content

Commit

Permalink
chore: In comms URL, rename tologin to tosignin. Change others for co…
Browse files Browse the repository at this point in the history
…nsistency.

Signed-off-by: Jeff Thompson <[email protected]>
  • Loading branch information
jefft0 committed Nov 18, 2024
1 parent 68d15e3 commit 964450c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mobile/redux/features/linkingSlice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ const initialState: State = {

export const requestLoginForGnokeyMobile = createAsyncThunk<boolean>("tx/requestLoginForGnokeyMobile", async () => {
console.log("requesting login for GnokeyMobile");
const callback = encodeURIComponent('tech.berty.dsocial://login-callback');
return await Linking.openURL(`land.gno.gnokey://tologin?callback=${callback}`);
const callback = encodeURIComponent('tech.berty.dsocial://signin-callback');
return await Linking.openURL(`land.gno.gnokey://tosignin?callback=${callback}`);
})

type MakeTxAndRedirectParams = {
Expand Down

0 comments on commit 964450c

Please sign in to comment.