diff options
| author | Michael <[email protected]> | 2017-05-29 11:38:11 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-29 11:38:20 -0400 |
| commit | 58c9152351b02b37e63fc193060474478f1e9a65 (patch) | |
| tree | a13b648e958bf656c216b290888105644f5eced5 /ShiftOS.WinForms/Oobe.cs | |
| parent | f5a8a0a8c79f12eddb9ea862f1733d0d2706fa50 (diff) | |
| download | shiftos_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.cs | 2 |
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; |
