From 964450c6a56296dd822ebecb981f710e9c90bb47 Mon Sep 17 00:00:00 2001 From: Jeff Thompson Date: Mon, 18 Nov 2024 17:59:44 +0100 Subject: [PATCH] chore: In comms URL, rename tologin to tosignin. Change others for consistency. Signed-off-by: Jeff Thompson --- mobile/redux/features/linkingSlice.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/redux/features/linkingSlice.ts b/mobile/redux/features/linkingSlice.ts index 7a78170..5862f94 100644 --- a/mobile/redux/features/linkingSlice.ts +++ b/mobile/redux/features/linkingSlice.ts @@ -16,8 +16,8 @@ const initialState: State = { export const requestLoginForGnokeyMobile = createAsyncThunk("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 = {