Send user to Sign in page

How can i set an action to send the user back to the sign in page?

1 Like

You can’t.

1 Like

well i want iti for a delete user action, now i have set up a delete account button triggering a webhook to delete users row in spreadsheet but the problem is the ui for the user still the same as if nothing got deleted, also my app has sign in required so isn’t the user supposed to be auto kicked from the app since his account got deleted?

1 Like

Yes, if the signed in users User Profile row is deleted, then they will automatically be signed out and will see the sign in screen.

This could take a few seconds after the row is deleted.

1 Like

that didn’t work with me, the user stays with the same email in his profile tab even though when i check users database in real time there is nothing there which means it got deleted

1 Like

It should work, but like I said it might take a little while for the change to sync to the Users device.

1 Like

I can see it working for private apps, but I’m not sure if works with a public app.

1 Like

Yeah, you’re probably right. I rarely work with public Apps, so I don’t know that I’ve tested it with one. But it’s definitely worked for me in the past with private Apps.

Update: I was curious, so I just tested it with a public App. And yes, it doesn’t work.

3 Likes