Skip to content

Commit 71bdfce

Browse files
committed
client side user information
1 parent 4487ced commit 71bdfce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Client-Side Components/Client Scripts/Get Logged in User Information/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# The Glide User (g_user) is a global object available within the client side. It provides information about the logged-in user.
1+
# The Glide User (g_user) is a global object available within the client side. It provides information about the logged-in user.
22

33
Property Description
44

Client-Side Components/Client Scripts/Get Logged in User Information/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ g_form.setValue('short_description', g_user.lastName);
1515

1616
g_form.setValue('short_description', g_user.name);
1717

18-
g_form.setValue('short_description', g_user.userID;
18+
g_form.setValue('short_description', g_user.userID);

0 commit comments

Comments
 (0)