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
Content: "Some of the endpoints used by GW2Auth are currently disabled. This might impact your experience with GW2Auth and Applications using GW2Auth.",
Header: "The Guild Wars 2 API experiences issues right now",
188
-
Content: "Some of the endpoints used by GW2Auth appear to be in a degraded state right now. This might impact your experience with GW2Auth and Applications using GW2Auth.",
189
-
},
190
-
}
191
-
} else {
192
-
notifications=make([]notification, 0)
193
-
}
160
+
iflen(disabledEndpoints) >0 {
161
+
notifications=append(notifications, notification{
162
+
Type: notificationTypeError,
163
+
Header: "The Guild Wars 2 API is unavailable",
164
+
Content: "Some of the endpoints used by GW2Auth are currently disabled. This might impact your experience with GW2Auth and Applications using GW2Auth.",
165
+
})
166
+
} elseiflen(endpointsWithIssues) >0 {
167
+
notifications=append(notifications, notification{
168
+
Type: notificationTypeWarning,
169
+
Header: "The Guild Wars 2 API experiences issues right now",
170
+
Content: "Some of the endpoints used by GW2Auth appear to be in a degraded state right now. This might impact your experience with GW2Auth and Applications using GW2Auth.",
Content: "Please be aware of issues with the official Guild Wars 2 API. Applications using GW2Auth might not work properly. GW2Auth itself is not affected.\nSee: [Issues with the Guild Wars 2 API](https://en-forum.guildwars2.com/topic/153373-issues-with-the-guild-wars-2-api/)",
177
+
Type: notificationTypeError,
178
+
Header: "VoE Release - Guild Wars 2 API Disabled",
179
+
Content: fmt.Sprintf(
180
+
"The Guild Wars 2 API will be disabled until %s to prevent spoilers of Visions of Eternity. While the API is disabled, you will not be able to add or update API Tokens or verify accounts.\nSee: [Guild Wars 2 API Disabled from October 24–30](https://en-forum.guildwars2.com/topic/163562-guild-wars-2-api-disabled-from-october-24%%E2%%80%%9330/)",
0 commit comments