Skip to content
Snippets Groups Projects
Commit 7df02eea authored by Krish Moodbidri's avatar Krish Moodbidri
Browse files

removed typo for affiliate

parent bee23985
No related branches found
No related tags found
2 merge requests!4Feat- Parse Shibboleth eduPersonAffiliationValues attribute,!3Feat certify account
Pipeline #5871 failed with stage
......@@ -40,7 +40,7 @@ def create_app(config_name):
@app.route('/', methods=['GET', 'POST']) # initial route to display the reg page
def index():
valid_eppa = ["faculty", "staff", "student", "affliate"]
valid_eppa = ["faculty", "staff", "student", "affiliate"]
if 'uid' not in session:
session['uid']=str(uuid.uuid4())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment