v0.0.1-alpha.6

Fixed AuthManager sending incorrect client token to the auth endpoint.
Fixed minor issues with the validate selected function.
Fixed minor issue related to UI transitions.
Added account validations on startup and when account is switched.
Updated dependencies.
This commit is contained in:
Daniel Scalzi
2018-05-29 21:47:55 -04:00
parent 5a692d9088
commit daa6faac86
7 changed files with 162 additions and 68 deletions

View File

@@ -56,14 +56,4 @@
</form>
</div>
<script src="./assets/js/scripts/login.js"></script>
<!-- Will reuse this down the line, then it will be removed from this file. -->
<!--<div id="loginLoading">
<div id="loginLoadingContent">
<div id="loadSpinnerContainer">
<img id="loadCenterImage" src="assets/images/westeroscraftlogo1.png">
<img id="loadSpinnerImage" class="rotating" src="assets/images/westeroscraftlogo2.png">
</div>
<span id="loadDescText">LOGGING IN</span>
</div>
</div>-->
</div>