aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Oobe.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-05-29 11:38:11 -0400
committerMichael <[email protected]>2017-05-29 11:38:20 -0400
commit58c9152351b02b37e63fc193060474478f1e9a65 (patch)
treea13b648e958bf656c216b290888105644f5eced5 /ShiftOS.WinForms/Oobe.cs
parentf5a8a0a8c79f12eddb9ea862f1733d0d2706fa50 (diff)
downloadshiftos_thereturn-58c9152351b02b37e63fc193060474478f1e9a65.tar.gz
shiftos_thereturn-58c9152351b02b37e63fc193060474478f1e9a65.tar.bz2
shiftos_thereturn-58c9152351b02b37e63fc193060474478f1e9a65.zip
various things from last night
Diffstat (limited to 'ShiftOS.WinForms/Oobe.cs')
-rw-r--r--ShiftOS.WinForms/Oobe.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Oobe.cs b/ShiftOS.WinForms/Oobe.cs
index 90395a7..9182b4b 100644
--- a/ShiftOS.WinForms/Oobe.cs
+++ b/ShiftOS.WinForms/Oobe.cs
@@ -302,7 +302,7 @@ namespace ShiftOS.WinForms
var client = new UniteClient("http://getshiftos.ml", token);
var sve = new Save();
- SaveSystem.CurrentUser.Username = client.GetEmail();
+ sve.Username = client.GetEmail();
sve.Password = Guid.NewGuid().ToString();
sve.SystemName = client.GetSysName();
sve.UniteAuthToken = token;