You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/livebook/teams/requests.ex
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ defmodule Livebook.Teams.Requests do
5
5
aliasLivebook.Secrets.Secret
6
6
aliasLivebook.Teams
7
7
8
+
@deploy_key_prefix"lb_dk_"
8
9
@error_message"Something went wrong, try again later or please file a bug if it persists"
9
10
@unauthorized_error_message"You are not authorized to perform this action, make sure you have the access and you are not in a Livebook App Server/Offline instance"
10
11
@@ -14,6 +15,9 @@ defmodule Livebook.Teams.Requests do
14
15
@docfalse
15
16
deferror_message(),do: @error_message
16
17
18
+
@docfalse
19
+
defdeploy_key_prefix(),do: @deploy_key_prefix
20
+
17
21
@doc"""
18
22
Send a request to Livebook Team API to create a new org.
19
23
"""
@@ -227,6 +231,14 @@ defmodule Livebook.Teams.Requests do
0 commit comments