changed database and implemented passwordless login

This commit is contained in:
Rene Schwarz
2021-08-05 22:13:45 +02:00
parent ddbfc53cdc
commit f306e329ae
16 changed files with 125 additions and 117 deletions

View File

@@ -11,5 +11,8 @@
<Setting Name="RememberMe" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="Password" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
</Settings>
</SettingsFile>