mirror of
https://github.com/timvisee/send.git
synced 2026-04-18 21:54:11 -04:00
fixed local without fxa
This commit is contained in:
+1
-1
@@ -99,7 +99,7 @@ export default class User {
|
||||
}
|
||||
|
||||
get loginRequired() {
|
||||
return this.authConfig.fxa_required;
|
||||
return this.authConfig && this.authConfig.fxa_required;
|
||||
}
|
||||
|
||||
async metricId() {
|
||||
|
||||
Reference in New Issue
Block a user