Skip to content

Commit 6411bd2

Browse files
committed
what a vague reason
1 parent cc768bb commit 6411bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/auth/AuthMenu.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ void AuthMenu::onDashAuth(CCObject*) {
6969
log::info("Authenticating with DashAuth...");
7070
DashAuthRequest().getToken(Mod::get(), DASHEND_URL)->except([](std::string err) {
7171
log::warn("failed to get token :c reason: {}", err);
72-
FLAlertLayer::create("DashAuth Error", "Failed to get token, view logs for reason", "OK")->show();
72+
FLAlertLayer::create("DashAuth Error", "Failed to get token, this could be due to the message expiring too early. <cy>Please try again</c>, or check logs to view a detailed reason.", "OK")->show();
7373
})->then([](std::string const& token) {
7474
log::info("got token!! {} :3", token);
7575
genAuthToken(AuthMethod::DashAuth, token, true, [](bool value) {

0 commit comments

Comments
 (0)