File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1455,7 +1455,7 @@ var serverError = map[string]*authError{
1455
1455
},
1456
1456
"INVALID_HOSTING_LINK_DOMAIN" : {
1457
1457
code : internal .InvalidArgument ,
1458
- message : "the provided hosting link domain is not configured or authorized for the current project" ,
1458
+ message : "the provided hosting link domain is not configured in Firebase Hosting or is not owned by the current project" ,
1459
1459
authCode : invalidHostingLinkDomain ,
1460
1460
},
1461
1461
"PHONE_NUMBER_EXISTS" : {
Original file line number Diff line number Diff line change @@ -2154,7 +2154,7 @@ func TestHTTPErrorWithCode(t *testing.T) {
2154
2154
"INVALID_HOSTING_LINK_DOMAIN" : {
2155
2155
IsInvalidHostingLinkDomain ,
2156
2156
errorutils .IsInvalidArgument ,
2157
- "the provided hosting link domain is not configured or authorized for the current project" ,
2157
+ "the provided hosting link domain is not configured in Firebase Hosting or is not owned by the current project" ,
2158
2158
},
2159
2159
"PHONE_NUMBER_EXISTS" : {
2160
2160
IsPhoneNumberAlreadyExists ,
You can’t perform that action at this time.
0 commit comments