Skip to content

Commit 486bf94

Browse files
authored
Merge pull request #493 from Labelbox/paultancre-user_mgmt_email_format
updated user_management.ipynl
2 parents 790261c + c6ca314 commit 486bf94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/basics/user_management.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"source": [
9494
"# Please provide a dummy email here:\n",
9595
"# Preferrably one you can access. If you have a google account you can do email+1@<domain>.com\n",
96-
"DUMMY_EMAIL = \"< SET THIS >\"\n",
96+
"DUMMY_EMAIL = \"SET THIS\"\n",
9797
"# This should be set to an account that you wan't to change the permissions for.\n",
9898
"# You could invite a new user, accept the invite and use that account if you don't want to effect any active users\n",
9999
"DUMMY_USER_ACCOUNT_ID = \"ckneh4n8c9qvq0706uwwg5i16\""
@@ -369,4 +369,4 @@
369369
},
370370
"nbformat": 4,
371371
"nbformat_minor": 5
372-
}
372+
}

0 commit comments

Comments
 (0)