Open widget window on login#1277
Merged
dajimenezriv-internxt merged 7 commits intofeat/2-6-6-releasefrom Feb 19, 2026
Merged
Conversation
| * the usage of device.bucket. | ||
| */ | ||
| export type User = Omit<UserResponseDto, 'privateKey' | 'backupsBucket'> & { needLogout?: boolean; privateKey: string }; | ||
| export type User = { |
Contributor
Author
There was a problem hiding this comment.
We are going to limit the exact properties that can be accessible through the codebase. We will do the same for stored information in the config.json, so we don't store things in plain text and we manage more carefully every property that comes from the user object.
| }) | ||
| .catch((exc) => logger.error({ msg: 'Error starting app', exc })); | ||
|
|
||
| eventBus.on('USER_LOGGED_IN', () => { |
Contributor
Author
There was a problem hiding this comment.
We have moved this inside the emitUserLoggedIn function.
|
❌ The last analysis has failed. |
|
sg-gs
approved these changes
Feb 19, 2026
fba6eb4
into
feat/2-6-6-release
8 of 9 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


What
mnemonicproperty from theelectron-storesince we are using the one insideuserData.