From 286d43454cdebebdade2a9497102a9d177861e3e Mon Sep 17 00:00:00 2001 From: Noemi Munoz Date: Thu, 25 Sep 2025 21:10:08 -0600 Subject: [PATCH] settings changes again --- .auth/customer01.json | 27 +++++++++++++++++++++++++++ .vscode/settings.json | 4 ++-- 2 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 .auth/customer01.json diff --git a/.auth/customer01.json b/.auth/customer01.json new file mode 100644 index 0000000..b4b3e72 --- /dev/null +++ b/.auth/customer01.json @@ -0,0 +1,27 @@ +{ + "cookies": [ + { + "name": "cf_clearance", + "value": "SO7TEuDCuINoLv.bYDalUf4xAi0yG7NbqjwQKKrBZsA-1758839780-1.2.1.1-7PumHLm7cPrWL9NvrOuv1M_0jvuXn5k0Pv_mPJmhBuP6dzfthrZ0YuPrxGK9Lx19mjQzMR2bHxVwQnR1zT0DLJZiNh4u5RcfW7VV7Y1A8fzUKhpIXLRTUoHLOJb6Ib9Ck0eoVeh0Qc8SFeo3NgwxZFE4t_SyOCrHRnq2rvN1oxI1nkWJqhhJ8PBH8aDWa8z5DYaMkbjhYk85hAjdr6FVRwj0vawW5E7sl9ZhdNlG1DY", + "domain": ".practicesoftwaretesting.com", + "path": "/", + "expires": 1790375780.615926, + "httpOnly": true, + "secure": true, + "sameSite": "None", + "partitionKey": "https://practicesoftwaretesting.com", + "_crHasCrossSiteAncestor": false + } + ], + "origins": [ + { + "origin": "https://practicesoftwaretesting.com", + "localStorage": [ + { + "name": "auth-token", + "value": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwczovL2FwaS5wcmFjdGljZXNvZnR3YXJldGVzdGluZy5jb20vdXNlcnMvbG9naW4iLCJpYXQiOjE3NTg4Mzk3ODIsImV4cCI6MTc1ODg0MDA4MiwibmJmIjoxNzU4ODM5NzgyLCJqdGkiOiJleThZSHpVdnBWZnd3bDVxIiwic3ViIjoiMDFLNjFFODg4WFhXWUFSNkJWMVY1RkpLM1IiLCJwcnYiOiIyM2JkNWM4OTQ5ZjYwMGFkYjM5ZTcwMWM0MDA4NzJkYjdhNTk3NmY3Iiwicm9sZSI6InVzZXIifQ.AGWa_wHlXSugkDwkSfqomh6a_GWIe_0KfLiFFQFj2CE" + } + ] + } + ] +} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index 4dd9d6b..cd92d82 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,7 +3,7 @@ "editor.cursorBlinking": "solid", "editor.fontFamily": "ui-monospace, Menlo, Monaco, 'Cascadia Mono', 'Segoe UI Mono', 'Roboto Mono', 'Oxygen Mono', 'Ubuntu Monospace', 'Source Code Pro', 'Fira Mono', 'Droid Sans Mono', 'Courier New', monospace", "editor.fontLigatures": false, - "editor.fontSize": 22, + "editor.fontSize": 14, "editor.formatOnPaste": true, "editor.formatOnSave": true, "editor.lineNumbers": "on", @@ -16,7 +16,7 @@ "explorer.openEditors.visible": 0, "files.autoSave": "afterDelay", "screencastMode.onlyKeyboardShortcuts": true, - "terminal.integrated.fontSize": 18, + "terminal.integrated.fontSize": 14, "workbench.colorTheme": "Visual Studio Dark", "workbench.fontAliasing": "antialiased", "workbench.statusBar.visible": true,