wired up the login screen to perform login(i think)

This commit is contained in:
alexiscatnip
2021-05-08 00:36:18 +08:00
parent b1771425eb
commit 249833b9a3
108 changed files with 3493 additions and 223 deletions
+11
View File
@@ -0,0 +1,11 @@
// This file is used by Code Analysis to maintain SuppressMessage
// attributes that are applied to this project.
// Project-level suppressions either have no target or are given
// a specific target and scoped to a namespace, type, member, etc.
using System.Diagnostics.CodeAnalysis;
[assembly: SuppressMessage("Build", "UNT0013:SerializeField attribute is invalid or redundant for property or field: 'modalRef'.", Justification = "<Pending>", Scope = "member", Target = "~F:LoginVM.modalRef")]
[assembly: SuppressMessage("Build", "UNT0013:SerializeField attribute is invalid or redundant for property or field: 'modal_message'.", Justification = "<Pending>", Scope = "member", Target = "~F:ModalLogic.modal_message")]
[assembly: SuppressMessage("Build", "UNT0013:SerializeField attribute is invalid or redundant for property or field: 'modal_title'.", Justification = "<Pending>", Scope = "member", Target = "~F:ModalLogic.modal_title")]
[assembly: SuppressMessage("Build", "UNT0013:SerializeField attribute is invalid or redundant for property or field: 'modalReference'.", Justification = "<Pending>", Scope = "member", Target = "~F:ModalLogic.modalReference")]