We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03e6a1d commit fc95d9eCopy full SHA for fc95d9e
2 files changed
Lavcode.Uwp/Modules/Auth/ApiLoginDialog.xaml.cs
@@ -78,7 +78,7 @@ public static async Task<string> Login()
78
using var conService = await ConService.CreateTemp(Global.Version, SettingHelper.Instance.ApiUrl);
79
if (!await conService.VerifyToken(token))
80
{
81
- MessageHelper.ShowDanger("登录过期,请重新登录");
+ MessageHelper.ShowDanger("登录失败,请重新登录");
82
var loginDialog = new ApiLoginDialog();
83
token = await loginDialog.QueueAsync<string>();
84
}
Lavcode.Uwp/Package.appxmanifest
@@ -11,7 +11,7 @@
11
<Identity
12
Name="524473F72DB2F.Lavcode"
13
Publisher="CN=72C1148F-5C2B-4F28-9B8C-891A63D2777E"
14
- Version="1.1.0.0" />
+ Version="1.2.0.0" />
15
16
<mp:PhoneIdentity PhoneProductId="cda4abc7-39a4-4c92-8937-e609f1c9fb70" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
17
0 commit comments