Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Commit 0ab6976

Browse files
committed
Improve account error message
1 parent a839541 commit 0ab6976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

access/account/view.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ func (u *User) UpdateView(requestStatusCode int) {
6060
case StatusInvalidAuth, StatusInvalidDevice, StatusDeviceInactive:
6161
// Account deleted or Device inactive or deleted.
6262
// When using token based auth, there is no difference between these cases.
63-
v.Message = "This device was deactivated or removed from your account. Please log in again."
63+
v.Message = "This device may have been deactivated or removed from your account. Please log in again."
6464
v.ShowAccountData = true
6565
v.ShowAccountButton = true
6666
v.ShowLoginButton = true

0 commit comments

Comments
 (0)