Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Keep device language when it has been previosuly set, after a successful delegated authentication flow that clears localStorage #11902

Merged
merged 10 commits into from
Nov 24, 2023

Commits on Nov 17, 2023

  1. Do not remove the language when clearing local storage

    Signed-off-by: Milton Moura <miltonmoura@gmail.com>
    mgcm committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    d0d4f7c View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Revised comment on getting the defined language from settings

    Signed-off-by: Milton Moura <miltonmoura@gmail.com>
    mgcm committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    5c4b7fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4651389 View commit details
    Browse the repository at this point in the history
  3. Explicitly checking for language set at the device level

    Signed-off-by: Milton Moura <miltonmoura@gmail.com>
    mgcm committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    95af2a9 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    b8f2c19 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Configuration menu
    Copy the full SHA
    b1fb9c5 View commit details
    Browse the repository at this point in the history
  2. Add test that checks if device language setting is kept after a succe…

    …ssfull delegated authentication flow
    
    Signed-off-by: Milton Moura <miltonmoura@gmail.com>
    mgcm committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    4d62a10 View commit details
    Browse the repository at this point in the history
  3. Adds test for unhappy path and adjusts to use the SettingsStore inste…

    …ad of going directly to localStorage
    
    Signed-off-by: Milton Moura <miltonmoura@gmail.com>
    mgcm committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    5da0146 View commit details
    Browse the repository at this point in the history
  4. Removing unnecessary variable after test refactor

    Signed-off-by: Milton Moura <miltonmoura@gmail.com>
    mgcm committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    3fca38b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d38972e View commit details
    Browse the repository at this point in the history