+1
-1
src/main.rs
+1
-1
src/main.rs
···
121
121
None => {
122
122
let html = ErrorTemplate {
123
123
title: "Error",
124
-
error: "The OAuth agent did not return a DID. May try logging in.",
124
+
error: "The OAuth agent did not return a DID. May try re-logging in.",
125
125
};
126
126
HttpResponse::Ok().body(html.render().expect("template should be valid"))
127
127
}