Skip to content

Commit

Permalink
Merge pull request #83 from Siddhant-Patil0203/main
Browse files Browse the repository at this point in the history
integrated with new routes
  • Loading branch information
UBA-GCOEN authored Oct 1, 2023
2 parents 4246516 + 8d48d14 commit 8bca6fd
Show file tree
Hide file tree
Showing 17 changed files with 8,232 additions and 4,470 deletions.
2 changes: 1 addition & 1 deletion Assets/Scenes/Login-2.unity
Original file line number Diff line number Diff line change
Expand Up @@ -1698,7 +1698,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 8ab51b09136a99b4cb63b43b50e45216, type: 3}
m_Name:
m_EditorClassIdentifier:
apiEndpoint: /userAdmin/signin
apiEndpoint: /user/signin
email: {fileID: 1437832324}
password: {fileID: 1564137603}
confirmPassword: {fileID: 0}
Expand Down
4 changes: 2 additions & 2 deletions Assets/Scenes/Register.unity
Original file line number Diff line number Diff line change
Expand Up @@ -2001,12 +2001,12 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 8ab51b09136a99b4cb63b43b50e45216, type: 3}
m_Name:
m_EditorClassIdentifier:
apiEndpoint: /userAdmin/signup
apiEndpoint: /user/signup
email: {fileID: 244108177}
password: {fileID: 119755640}
confirmPassword: {fileID: 822043007}
serverMsg: {fileID: 1911395496}
loader: {fileID: 0}
loader: {fileID: 1495411264}
--- !u!1 &1039589199
GameObject:
m_ObjectHideFlags: 0
Expand Down
Binary file modified Library/Bee/TundraBuildState.state
Binary file not shown.
Binary file modified Library/Bee/TundraBuildState.state.map
Binary file not shown.
Binary file modified Library/Bee/artifacts/1300b0aE.dag/Assembly-CSharp.dll
Binary file not shown.
Binary file modified Library/Bee/artifacts/1300b0aE.dag/Assembly-CSharp.pdb
Binary file not shown.
10,349 changes: 6,637 additions & 3,712 deletions Library/Bee/fullprofile.json

Large diffs are not rendered by default.

Binary file modified Library/Bee/tundra.digestcache
Binary file not shown.
2,338 changes: 1,586 additions & 752 deletions Library/Bee/tundra.log.json

Large diffs are not rendered by default.

Binary file modified Library/SceneVisibilityState.asset
Binary file not shown.
Binary file modified Library/ScriptAssemblies/Assembly-CSharp.dll
Binary file not shown.
Binary file modified Library/ScriptAssemblies/Assembly-CSharp.pdb
Binary file not shown.
Binary file modified Library/Search/transactions.db
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"m_ScrollY":0.0,"m_ExpandedSceneGameObjectInstanceIDs":[-40724,-40646,-40058,-40014,-39968,-39932,-39578,-39428,-39302,-37568,-37470,-36818,-36768,-36716,-36674,-23832,-23742,-23058,-22976,-22892,-22818,-1244,27128,27164,31580,31626,33820,34378,34648,34930],"m_LastClickedInstanceID":0,"m_OpenSceneGUIDs":["6b33649816b86a94f949f0eee5086425"]}
{"m_ScrollY":0.0,"m_ExpandedSceneGameObjectInstanceIDs":[-45508,-45334,-44852,-42888,-40724,-40646,-40058,-40014,-39968,-39932,-39578,-39428,-39302,-37568,-37470,-36818,-36768,-36716,-36674,-23832,-23742,-23058,-22976,-22892,-22818,-1244,27128,27164,31580,31626,33820,34378,34648,34930,37066,37164,39518],"m_LastClickedInstanceID":40286,"m_OpenSceneGUIDs":["6b33649816b86a94f949f0eee5086425"]}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"cameraMode":{"drawMode":0,"name":"Shaded","section":"Shading Mode"},"sceneLighting":true,"audioPlay":false,"sceneViewState":{"m_AlwaysRefresh":false,"showFog":true,"showSkybox":true,"showFlares":true,"showImageEffects":true,"showParticleSystems":true,"showVisualEffectGraphs":true,"m_FxEnabled":true},"in2DMode":false,"pivot":{"x":660.1766967773438,"y":909.3195190429688,"z":14.3275146484375},"rotation":{"x":-0.021303704008460046,"y":-0.020396864041686059,"z":0.0004346275527495891,"w":-0.9995675683021545},"size":1039.8583984375,"orthographic":false}
{"cameraMode":{"drawMode":0,"name":"Shaded","section":"Shading Mode"},"sceneLighting":true,"audioPlay":false,"sceneViewState":{"m_AlwaysRefresh":false,"showFog":true,"showSkybox":true,"showFlares":true,"showImageEffects":true,"showParticleSystems":true,"showVisualEffectGraphs":true,"m_FxEnabled":true},"in2DMode":false,"pivot":{"x":585.61474609375,"y":1002.2232666015625,"z":21.08056640625},"rotation":{"x":-0.027303533628582956,"y":-0.014397023245692253,"z":0.0003931914106942713,"w":-0.999525785446167},"size":896.566650390625,"orthographic":false}
3 changes: 3 additions & 0 deletions UserSettings/Search.settings
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ onBoardingDoNotAskAgain = true
showPackageIndexes = false
showStatusBar = false
scopes = {
"last_search.3BE40471" = ""
"OpenInspectorPreview.3BE40471" = "0"
"currentGroup.3BE40471" = "all"
}
providers = {
adb = {
Expand Down
2 changes: 1 addition & 1 deletion server/src/api/controllers/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export const signin = async (req, res) => {

res.status(200).json({
success: true,
result: oldUser,
result: oldUser.name,
token,
// csrfToken: req.csrfToken,
msg: "User is logged in successfully"
Expand Down

0 comments on commit 8bca6fd

Please sign in to comment.