Add a way to sign out when the user is asked to verify the session.

This commit is contained in:
Benoit Marty 2024-08-29 15:56:08 +02:00
parent 82fa369c8b
commit 20a8862b3f
11 changed files with 125 additions and 11 deletions

View file

@ -28,4 +28,5 @@
<string name="screen_session_verification_they_match">"They match"</string>
<string name="screen_session_verification_waiting_to_accept_subtitle">"Accept the request to start the verification process in your other session to continue."</string>
<string name="screen_session_verification_waiting_to_accept_title">"Waiting to accept request"</string>
<string name="screen_signout_in_progress_dialog_content">"Signing out…"</string>
</resources>