-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Examiner Dashboard Updates #413
Conversation
strr-examiner-web/app/app.config.ts
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The allowed idps in the header should also be set to idir btw. Full connect config here, subject to change.
connect: {
core: {
login: {
redirectPath: '',
idps: () => []
},
header: {
options: {
localeSelect: false,
unauthenticated: {
whatsNew: false,
loginMenu: false,
createAccount: false
},
authenticated: {
notifications: true,
accountOptionsMenu: true
}
}
},
plugin: {
authApi: {
errorRedirect: {
401: '/auth/login'
}
},
payApi: {
errorRedirect: {
401: '/auth/login'
}
}
}
}
},
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, let me update it. Thanks!
return navigateTo(localePath(navigateToPath)) | ||
} | ||
|
||
</script> | ||
<template> | ||
<div> | ||
<ConnectHeaderWrapper> | ||
<ConnectHeaderWrapper |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you need a change to this at all I can get a new version out relatively quickly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You mean if I need to adjust anything in this component? Yea, sounds good. So far ok, just some style updates, but if anything, I let you know, thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the padding or whatever is causing an issue.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me 👍
Quality Gate passedIssues Measures |
Issue:
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the namex license (Apache 2.0).