We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 452de51 commit 5704d35Copy full SHA for 5704d35
pkg/sdkserver/confirm.go
@@ -14,6 +14,8 @@ import (
14
)
15
16
func (s *server) authorize(ctx engine.Context, input string) (runner.AuthorizerResponse, error) {
17
+ defer gcontext.GetPauseFuncFromCtx(ctx.Ctx)()()
18
+
19
if auth.IsSafe(ctx) {
20
return runner.AuthorizerResponse{
21
Accept: true,
0 commit comments