mirror of
https://github.com/XFox111/GUTSchedule.git
synced 2026-04-22 06:58:01 +03:00
- Updated first week of the first semester start date
- Disabled the ability to sign in with an account
This commit is contained in:
@@ -92,19 +92,19 @@ namespace GUTSchedule.Droid.Activities
|
||||
start.Text = startDate.ToShortDateString();
|
||||
|
||||
groupTitle.Checked = prefs.GetBoolean("AddGroupToHeader", false);
|
||||
authorize.Checked = prefs.GetBoolean("Authorize", true);
|
||||
authorize.Checked = false; // prefs.GetBoolean("Authorize", true);
|
||||
|
||||
email.Text = prefs.GetString("email", "");
|
||||
password.Text = prefs.GetString("password", "");
|
||||
//email.Text = prefs.GetString("email", "");
|
||||
//password.Text = prefs.GetString("password", "");
|
||||
|
||||
try
|
||||
/*try
|
||||
{
|
||||
AvailableOccupations = await Parser.CheckAvailableOccupations(email.Text, password.Text);
|
||||
}
|
||||
catch
|
||||
{
|
||||
AvailableOccupations = new List<(string, string)>();
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
private void Export_Click(object sender, EventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user