Skip to content
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

Feature/my profile #253

Merged
merged 13 commits into from
May 20, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Web: Added allowForMe for Route My
AlexeySafronov committed May 13, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 28cbbc1671e43707d0760147782de264b8e9c904
1 change: 1 addition & 0 deletions web/ASC.Web.Client/src/Shell.jsx
Original file line number Diff line number Diff line change
@@ -246,6 +246,7 @@ const Shell = ({ items = [], page = "home", ...rest }) => {
/>
<PrivateRoute
exact
allowForMe
path={PROFILE_MY_URL}
component={MyProfileRoute}
/>