-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
* Upgrade package-lock.json npm version * Remove obsolete child_process packages from node_modules * Upgrade package-lock.json npm version in all packages * Fix #12 - Add a crew only claim Create an accounts page to show it off * Reject non-crew requests to /crew/accounts * Remove unused enlist crew member page * Update .yalc and package-lock.json dependencies * Use ternary operator to ensure boolean type for crew claim Co-authored-by: The Skeleton Crew <[email protected]>
- Loading branch information
There are no files selected for viewing
This file was deleted.
This file was deleted.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ export interface Account { | |
id: string; | ||
publicKey: string; | ||
nonce: string; | ||
crew: boolean | null; | ||
} | ||
|
||
/* | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ export interface Account { | |
id: string; | ||
publicKey: string; | ||
nonce: string; | ||
crew: boolean | null; | ||
} | ||
|
||
/* | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4211813e633c5002eae59f62a75ea315 | ||
ec09dfba31ab064b91832f8806d4cc5c |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ export interface Account { | |
id: string; | ||
publicKey: string; | ||
nonce: string; | ||
crew: boolean | null; | ||
} | ||
|
||
/* | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4211813e633c5002eae59f62a75ea315 | ||
ec09dfba31ab064b91832f8806d4cc5c |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
abcada5add3925e881e31ca36e6d09d8 | ||
3dedbb39237469a2457a4745bc60c3e7 |