Skip to content

Commit f599c4d

Browse files
committed
change button text
1 parent 6a21652 commit f599c4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask-google-login/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def index():
6969
)
7070
)
7171
else:
72-
return '<a class="button" href="/login">Login with Google</a>'
72+
return '<a class="button" href="/login">Google Login</a>'
7373

7474

7575
@app.route("/login")

0 commit comments

Comments
 (0)