@@ -277,18 +277,18 @@ public bool IsInteractionAllowed
277
277
* We've slightly changed the behaviour of this setting in GCM Core to essentially
278
278
* remove the 'always' option. The table below outlines the changes:
279
279
*
280
- * ┌──────────┬───────────────────────────┬────────────────────┐
281
- * │ Value(s) │ Old meaning │ New meaning │
282
- * ┝━━━━━━━━━━┿━━━━━━━━━━━━━━━━━━━━━━━━━━━┿━━━━━━━━━━━━━━━━━━━━┥
283
- * │ auto │ Prompt if required │ [unchanged] │
284
- * ├──────────┼───────────────────────────┼────────────────────┤
285
- * │ never │ Never prompt ─ fail if │ [unchanged] │
286
- * │ false │ interaction is required │ │
287
- * ├──────────┼───────────────────────────┼────────────────────┤
288
- * │ always │ Always prompt ─ don't use │ Prompt if required │
289
- * │ force │ cached credentials │ │
290
- * │ true │ │ │
291
- * └──────────┴───────────────────────────┴────────────────────┘
280
+ * -------------------------------------------------------------
281
+ * | Value(s) | Old meaning | New meaning |
282
+ * |-----------------------------------------------------------|
283
+ * | auto | Prompt if required | [unchanged] |
284
+ * |-----------------------------------------------------------|
285
+ * | never | Never prompt ─ fail if | [unchanged] |
286
+ * | false | interaction is required | |
287
+ * |-----------------------------------------------------------|
288
+ * | always | Always prompt ─ don't use | Prompt if required |
289
+ * | force | cached credentials | |
290
+ * | true | | |
291
+ * -------------------------------------------------------------
292
292
*/
293
293
if ( StringComparer . OrdinalIgnoreCase . Equals ( "never" , value ) )
294
294
{
0 commit comments