You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.
If the user doesn't have an email (eg root user), the org name is blank during device enrollment.
This causes the mobile app to crash if you go to the TOTP page.
This issue does not happen during enrollment of first device.
It seems the is the issue is related to /tfa API.
Expected behavior:
The API should always return org name and the mobile app should not crash when TOTP issuer is blank.
Log file / Code snippet / Screenshots:
ERRO[2020-11-27T12:13:26+05:45]auth/hTfa.go:300 github.com/seknox/trasa/server/api/auth.handleIntentResponse sql: no rows in result set
Scope of issue:
TRASA codebase
dashboard
server
mobile app
browser extension
device agent
website/docs
Versions:
TRASA version: master
The text was updated successfully, but these errors were encountered:
Describe the bug:
If the user doesn't have an email (eg root user), the org name is blank during device enrollment.
This causes the mobile app to crash if you go to the TOTP page.
This issue does not happen during enrollment of first device.
It seems the is the issue is related to
/tfa
API.Expected behavior:
The API should always return org name and the mobile app should not crash when TOTP issuer is blank.
Log file / Code snippet / Screenshots:
ERRO[2020-11-27T12:13:26+05:45]auth/hTfa.go:300 github.com/seknox/trasa/server/api/auth.handleIntentResponse sql: no rows in result set
Scope of issue:
Versions:
The text was updated successfully, but these errors were encountered: