mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[PR #341] [MERGED] Clear credentials from UI after authenticating #487
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#487
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jpochyla/psst/pull/341
Author: @Insprill
Created: 10/8/2022
Status: ✅ Merged
Merged: 1/11/2023
Merged by: @Insprill
Base:
master← Head:fix/credentials📝 Commits (5)
27217c6Clear credentials from UI after authenticating2d966afClear credentials lasta8173cdMerge branch 'jpochyla:master' into fix/credentials0b3badcDon't clear username if authentication fails81bf88dClear login credentials when prefrences window is closed📊 Changes
3 files changed (+10 additions, -0 deletions)
View changed files
📝
psst-gui/src/data/config.rs(+5 -0)📝
psst-gui/src/delegate.rs(+1 -0)📝
psst-gui/src/ui/preferences.rs(+4 -0)📄 Description
When logging in initially, or after changing accounts, until psst is restarted, when the settings panel is opened, the credentials will be visible in plain text. This clears the credentials from the UI after a login attempt, no matter if it's successful or not.
If #342 gets merged then perhaps this should only clear the credentials if authentication was successful?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.