-
Notifications
You must be signed in to change notification settings - Fork 0
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
modify deny page #360
modify deny page #360
Conversation
セキュリティレビューを実施しました。 By RISKEN review |
src/view/error/Deny.vue
Outdated
<v-btn color="primary" @click="goHome">{{ | ||
$t(`btn['SIGNIN']`) | ||
}}</v-btn> | ||
<v-btn |
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.
元々あったSigninボタンですが、削除してみました。
- サインインと書いてあるが、ホーム画面に戻るだけのため
- ボタンが複数あるとわかりづらいため
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.
権限がないパターンとセッション切れのパターンがあるので、「ホームに戻る」ボタンも追加するのはどうでしょうか?
@iiiidaaa @gassara-kys |
ボタン縦配置にできますか?(権限申請が必要な人を救いたいので少し差別化したい) |
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.
LGTM
@gassara-kys |
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.
ありがとうございます!LGTM
背景
403のエラーメッセージがわかりづらく、ユーザーが403画面の表示を見た時に何をすれば解決できるかわからない。そのため、管理者にリクエストを送るように促すようにしてUXを向上させる。
実装概要
バックエンドの改修はこちらのPRで行っています。
ca-risken/core#353
ca-risken/gateway#171
403エラー画面の改修
当該画面
https://github.com/ca-risken/web/blob/master/src/view/error/Deny.vue
ボタンを追加します。
- project_id
- user_id
文言のアップデート
REQUEST PROJECT ROLE
REQUEST PROJECT ROLE COMPLETED
Sorry, access denied or time out your session... Please request access rights to the administrator if necessary.
観点
動作確認