Created login and error handling to get auth token. Refreshing not handled.

This commit is contained in:
Patrick Fic
2020-01-16 18:43:50 -08:00
parent 0daf17a3f0
commit cfec5327dd
17 changed files with 625 additions and 47 deletions

View File

@@ -117,6 +117,18 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="Error_Generic" xml:space="preserve">
<value>An issue has occured. Please check the log files.</value>
</data>
<data name="Error_Login" xml:space="preserve">
<value>The username and password combination is not valid. Please try again. </value>
</data>
<data name="Error_Login_Attempts" xml:space="preserve">
<value>Too many login attempts.</value>
</data>
<data name="Error_Login_Unknown" xml:space="preserve">
<value>An unknown error occured while logging in. Please check the log files.</value>
</data>
<data name="Exit" xml:space="preserve">
<value>Exit</value>
</data>