Skip to content

Commit 07b5839

Browse files
authoredNov 19, 2024··
chore: In comms URL, rename tologin to tosignin. Change others for consistency. (#139)
Signed-off-by: Jeff Thompson <[email protected]>
1 parent 68d15e3 commit 07b5839

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎mobile/redux/features/linkingSlice.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ const initialState: State = {
1616

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

2323
type MakeTxAndRedirectParams = {

0 commit comments

Comments
 (0)
Please sign in to comment.