Skip to content

Commit

Permalink
29 June 2022 - Build 134241 (9b8bd778816c3f76ec63e4cc1549a97eacffa3cd)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaTiemsz committed Jun 29, 2022
1 parent 1199db4 commit 55ea89a
Show file tree
Hide file tree
Showing 2 changed files with 266,581 additions and 15 deletions.

3 comments on commit 55ea89a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Strings

# Added
+ AUTH_SESSIONS: "Sessions"
+ AUTH_SESSIONS_LOGOUT_PASSWORD_MODAL_TITLE: "Enter Password to Log Out Session"
+ AUTH_SESSIONS_LOGOUT_MFA_MODAL_TITLE: "Enter Auth Code to Log Out Session"
+ AUTH_SESSIONS_LOGOUT_MANY_PASSWORD_MODAL_TITLE: "Enter Password to Log Out {sessionCount, plural, =1 {# Session} other {# Sessions}}"
+ AUTH_SESSIONS_LOGOUT_MANY_MFA_MODAL_TITLE: "Enter Auth Code to Log Out {sessionCount, plural, =1 {# Session} other {# Sessions}}"
+ AUTH_SESSIONS_DESCRIPTION: "Here are all the devices that are currently logged in with your Discord account. You can log out of each session individually or all other sessions.\n\nIf you see an entry you don't recognize, log out of that session and change your Discord account password immediately."
+ AUTH_SESSIONS_CURRENT: "Current Session"
+ AUTH_SESSIONS_OTHERS: "Other Sessions"
+ AUTH_SESSIONS_OTHERS_LOG_OUT_TITLE: "Log out of all other sessions"
+ AUTH_SESSIONS_OTHERS_LOG_OUT_DESCRIPTION: "You'll have to log back in on all your devices."
+ AUTH_SESSIONS_OTHERS_LOG_OUT_ACTION: "Log Out All Other Sessions"
+ AUTH_SESSIONS_ACTIVE_RECENTLY: "less than an hour ago"
+ AUTH_SESSIONS_SESSION_MENU_LABEL: "Session Actions"
+ AUTH_SESSIONS_SESSION_LOG_OUT: "Log Out of Session"
+ AUTH_SESSIONS_OS_UNKNOWN: "Unknown"

@bignutty
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image
image

@Commandtechno
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New Endpoints:

AUTH_SESSIONS: /auth/sessions
AUTH_SESSIONS_LOGOUT: /auth/sessions/logout

Please sign in to comment.