Skip to content

Commit

Permalink
updating intercept tab
Browse files Browse the repository at this point in the history
  • Loading branch information
ozzi- committed Apr 27, 2020
1 parent 3e213d7 commit 504707d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/gui/JWTInterceptTab.java
Expand Up @@ -34,7 +34,7 @@
import org.fife.ui.rtextarea.RTextScrollPane;

import app.helpers.Config;
import app.helpers.Strings;
import model.Strings;
import model.JWTInterceptModel;

public class JWTInterceptTab extends JPanel {
Expand Down Expand Up @@ -333,6 +333,10 @@ public void run() {
});
}

public JTextArea getJwtArea() {
return jwtArea;
}

public void setKeyFieldState(boolean state){
jwtKeyArea.setEnabled(state);
}
Expand Down

0 comments on commit 504707d

Please sign in to comment.