diff options
| author | Rylan/wowmom98 <[email protected]> | 2017-05-28 14:44:08 -0400 |
|---|---|---|
| committer | Rylan/wowmom98 <[email protected]> | 2017-05-28 14:44:24 -0400 |
| commit | c7ba7d733c756d196f98dd4533289a1ef4db715f (patch) | |
| tree | 59cb532e15ebff313fdba2be264d78ec0033f407 /ShiftOS.WinForms/Oobe.cs | |
| parent | 9914c18456a0c08019e778479ce727ac937b1e57 (diff) | |
| download | shiftos_thereturn-c7ba7d733c756d196f98dd4533289a1ef4db715f.tar.gz shiftos_thereturn-c7ba7d733c756d196f98dd4533289a1ef4db715f.tar.bz2 shiftos_thereturn-c7ba7d733c756d196f98dd4533289a1ef4db715f.zip | |
un obsoleting
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 9182b4b..90395a7 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(); - sve.Username = client.GetEmail(); + SaveSystem.CurrentUser.Username = client.GetEmail(); sve.Password = Guid.NewGuid().ToString(); sve.SystemName = client.GetSysName(); sve.UniteAuthToken = token; |
