diff --git a/lostnphoned/sms.py b/lostnphoned/sms.py index dd86bb1..839f680 100644 --- a/lostnphoned/sms.py +++ b/lostnphoned/sms.py @@ -218,7 +218,7 @@ def oauth2callback(): sql.add_user(phone_number_e164, credentials, connection) connection.close() - return flask.redirect('/authorize-success') + return flask.redirect('/success') def get_phone_number_obj(phone_number): diff --git a/public/authorize-success/index.html b/public/success/index.html similarity index 100% rename from public/authorize-success/index.html rename to public/success/index.html