Pass secret token when uploading crashes
This commit is contained in:
parent
54a45095cd
commit
da3870ea31
3 changed files with 11 additions and 7 deletions
|
@ -50,6 +50,8 @@ lazy_static! {
|
|||
.and_then(|s| if s.is_empty() { None } else { Some(s) });
|
||||
}
|
||||
|
||||
pub const ZED_SECRET_CLIENT_TOKEN: &'static str = "618033988749894";
|
||||
|
||||
actions!(client, [Authenticate]);
|
||||
|
||||
pub fn init(rpc: Arc<Client>, cx: &mut MutableAppContext) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue