Skip to content

Commit

Permalink
Merge pull request #141 from gee-community/auth_end
Browse files Browse the repository at this point in the history
Clarify the instructions at the end of the auth process
  • Loading branch information
gena authored Mar 25, 2024
2 parents 66dbbf4 + e0f9a51 commit 9fdb2ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ee_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ def do_GET(self):
self.send_response(200)
self.send_header('Content-type', 'text/plain')
self.end_headers()
self.wfile.write(bytes("QGIS Google Earth Engine plugin authentication finished successfully.", 'utf-8'))
self.wfile.write(bytes("Authentication for the QGIS Google Earth Engine plugin has been successfully completed. "
"You may now close this page.", 'utf-8'))

def authenticate(ee=None):
"""
Expand Down

0 comments on commit 9fdb2ce

Please sign in to comment.