Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dinamis-sdk
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CDOS-Pub
dinamis-sdk
Commits
79f70120
Commit
79f70120
authored
3 months ago
by
Cresson Remi
Browse files
Options
Downloads
Plain Diff
Merge branch 'auth-link-without-ansi-color' into 'main'
Authentication link without ANSI color See merge request
!26
parents
63847a67
099a764e
No related branches found
Branches containing commit
Tags
r0.3.1
Tags containing commit
1 merge request
!26
Authentication link without ANSI color
Pipeline
#264813
failed
3 months ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dinamis_sdk/auth.py
+1
-1
1 addition, 1 deletion
dinamis_sdk/auth.py
with
1 addition
and
1 deletion
dinamis_sdk/auth.py
+
1
−
1
View file @
79f70120
...
...
@@ -119,7 +119,7 @@ class DeviceGrant(GrantMethodBase):
response
=
DeviceGrantResponse
(
**
ret
.
json
())
verif_url_comp
=
response
.
verification_uri_complete
log
.
info
(
"
Open the following URL in your browser to grant access:
"
)
log
.
info
(
"
\033
[92m%s
\033
[0m
"
,
verif_url_comp
)
log
.
info
(
"
\033
[92m
%s
\033
[0m
"
,
verif_url_comp
)
# QR code
qr_code
=
qrcode
.
QRCode
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment