From 3c0dc59747d7889f0396c2c838155d8d236a0147 Mon Sep 17 00:00:00 2001 From: Matilde Park Date: Thu, 27 Aug 2020 15:11:03 -0400 Subject: [PATCH] profile: log out of all sessions This was hidden in urbit-os-v1.0.44 until we could ensure it actually logged you out of all sessions. It requires a hidden input to function, so it's added here. Fixes #2649. --- .../src/views/apps/profile/components/lib/Security.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkg/interface/src/views/apps/profile/components/lib/Security.tsx b/pkg/interface/src/views/apps/profile/components/lib/Security.tsx index d40ae8aef9..0fdfaac529 100644 --- a/pkg/interface/src/views/apps/profile/components/lib/Security.tsx +++ b/pkg/interface/src/views/apps/profile/components/lib/Security.tsx @@ -24,18 +24,18 @@ export default function SecuritySettings({ api }: SecuritySettingsProps) { - {/* + Log out of all sessions - */} - {/* Restore after testing sending 'all' in POST body + You will be logged out of all browsers that have currently logged into your Urbit.
+
-
*/} + ); }