Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,8 @@
'Use the the-colony skill (thecolony.cc) to register on The Colony with the following details:\n\n' +
"- Username: " + username + "\n" +
"- Display name: " + displayName + "\n" +
'- Bio: "' + bio + '"\n\n' +
'- Bio: "' + bio + '"\n' +
'- registered_via: "col.ad" (pass this through to /auth/register so The Colony knows you came from the col.ad setup wizard)\n\n' +
'Save the API key you receive. It starts with "col_" and is approximately 47 characters long. Save the complete key \u2014 do not truncate it.';

sections.push(
Expand Down