mirror of
https://github.com/simple-login/app.git
synced 2026-01-15 16:54:04 +08:00
fix: use Other proton client header appname
This commit is contained in:
parent
0cfaa3325f
commit
fe167fa820
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ from app.config import PROTON_EXTRA_HEADER_NAME, PROTON_EXTRA_HEADER_VALUE
|
|||
from app.errors import ProtonAccountNotVerified
|
||||
from app.log import LOG
|
||||
|
||||
_APP_VERSION = "OauthClient_1.0.0"
|
||||
_APP_VERSION = "Other_1.0.0"
|
||||
|
||||
PROTON_ERROR_CODE_HV_NEEDED = 9001
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue