mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-11 09:11:13 +00:00
fix(auth): hand off qr bootstrap to bounded device tokens
This commit is contained in:
committed by
Peter Steinberger
parent
c4597992ca
commit
a9140abea6
@@ -92,7 +92,12 @@ describe("pairing setup code", () => {
|
||||
expect.objectContaining({
|
||||
profile: {
|
||||
roles: ["node", "operator"],
|
||||
scopes: ["operator.read", "operator.talk.secrets", "operator.write"],
|
||||
scopes: [
|
||||
"operator.approvals",
|
||||
"operator.read",
|
||||
"operator.talk.secrets",
|
||||
"operator.write",
|
||||
],
|
||||
},
|
||||
}),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user