Skip to content
Snippets Groups Projects

Fixed ability to understand which user is currently signed in

Merged Simon Wang requested to merge user_change into sprint4
3 files
+ 81
11
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -49,6 +49,7 @@ class LoginManager {
guestBtn.onAction = EventHandler {
markdown.show()
self.title = ""
self.hide()
}
@@ -65,6 +66,7 @@ class LoginManager {
val verified = verifyUser(user, password)
if (verified) {
markdown.show()
self.title = user
self.hide()
getUserDirectory(user)
} else {
Loading