mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-06-21 21:46:27 +02:00
Version 3.0.374
This commit is contained in:
parent
06428d96d9
commit
63aa608216
21 changed files with 243 additions and 214 deletions
|
@ -143,6 +143,8 @@ namespace TINK.ViewModel
|
|||
{
|
||||
l_oPropertyChanged(this, new PropertyChangedEventArgs(nameof(IsLoggedOut)));
|
||||
l_oPropertyChanged(this, new PropertyChangedEventArgs(nameof(IsLoginRequestAllowed)));
|
||||
l_oPropertyChanged(this, new PropertyChangedEventArgs(nameof(MailAddress)));
|
||||
l_oPropertyChanged(this, new PropertyChangedEventArgs(nameof(Password)));
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -377,6 +379,10 @@ namespace TINK.ViewModel
|
|||
title,
|
||||
string.Format(AppResources.MessageLoginWelcome, TinkApp.ActiveUser.Mail),
|
||||
AppResources.MessageAnswerOk);
|
||||
|
||||
//clear MailAdress and Password user input
|
||||
MailAddress = string.Empty;
|
||||
Password = string.Empty;
|
||||
}
|
||||
catch (Exception p_oException)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue