Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1f06fd275e | ||
|
|
c86508989b | ||
|
|
838783e384 |
5
docs/releases/1.12.2.md
Normal file
5
docs/releases/1.12.2.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# 1.12.2
|
||||||
|
|
||||||
|
## 问题修复
|
||||||
|
|
||||||
|
- 修复管理员切换用户后登出,再次选择用户无法进入应用的问题。
|
||||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "erpauto",
|
"name": "erpauto",
|
||||||
"version": "1.12.1",
|
"version": "1.12.2",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "erpauto",
|
"name": "erpauto",
|
||||||
"version": "1.12.1",
|
"version": "1.12.2",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@aws-sdk/client-s3": "^3.929.0",
|
"@aws-sdk/client-s3": "^3.929.0",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "erpauto",
|
"name": "erpauto",
|
||||||
"version": "1.12.1",
|
"version": "1.12.2",
|
||||||
"description": "An Electron application with React and TypeScript",
|
"description": "An Electron application with React and TypeScript",
|
||||||
"main": "./out/main/index.js",
|
"main": "./out/main/index.js",
|
||||||
"author": "example.com",
|
"author": "example.com",
|
||||||
|
|||||||
@@ -215,6 +215,7 @@ export class AuthApplicationService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
this.sessionManager.logout()
|
this.sessionManager.logout()
|
||||||
|
this.silentLoginPromise = null
|
||||||
await this.updateService.setUserContext(null)
|
await this.updateService.setUserContext(null)
|
||||||
},
|
},
|
||||||
{ operation: 'logout' }
|
{ operation: 'logout' }
|
||||||
|
|||||||
Reference in New Issue
Block a user