Fixes to PR #594 for OAuth

This commit is contained in:
Chris Myers 2020-02-01 13:01:42 -07:00
parent ab8c49aab4
commit f90340d965

View file

@ -1025,6 +1025,7 @@ public class Utility {
} catch (IOException e) {
JOptionPane.showMessageDialog(Gui.frame, "Bug report failed, please submit manually.",
"Bug Report Failed", JOptionPane.ERROR_MESSAGE);
e.printStackTrace();
Preferences biosimrc = Preferences.userRoot();
String command = biosimrc.get("biosim.general.browser", "");
command = command + " http://www.github.com/MyersResearchGroup/iBioSim/issues";